1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

MFH: Fix VPATH build again.

This commit is contained in:
Joe Orton
2004-12-08 12:55:33 +00:00
parent 7b5258ab93
commit 4ba3d20c88
+5 -1
View File
@@ -1,4 +1,4 @@
dnl $Id$
dnl $Id$ -*- autoconf -*-
dnl
dnl This file contains local autoconf functions.
@@ -1695,6 +1695,10 @@ AC_DEFUN([PHP_SETUP_ICONV], [
found_iconv=no
unset ICONV_DIR
# Create the directories for a VPATH build:
test -d ext || mkdir ext
test -d ext/iconv || mkdir ext/iconv
echo > ext/iconv/php_have_libiconv.h
echo > ext/iconv/php_have_iconv.h