at v192 827 B view raw
1--- php-7.0.0beta1/configure 2015-07-10 12:11:41.810045613 +0000 2+++ php-7.0.0beta1-new/configure 2015-07-17 16:10:21.775528267 +0000 3@@ -6172,7 +6172,7 @@ 4 as_fn_error $? "Please note that Apache version >= 2.0.44 is required" "$LINENO" 5 5 fi 6 7- APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` 8+ APXS_LIBEXECDIR="$prefix/modules" 9 if test -z `$APXS -q SYSCONFDIR`; then 10 INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ 11 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ 12@@ -37303,9 +37303,7 @@ 13 14 15 if test "$PHP_GETTEXT" != "no"; then 16- for i in $PHP_GETTEXT /usr/local /usr; do 17- test -r $i/include/libintl.h && GETTEXT_DIR=$i && break 18- done 19+ GETTEXT_DIR=$PHP_GETTEXT 20 21 if test -z "$GETTEXT_DIR"; then 22 as_fn_error $? "Cannot locate header file libintl.h" "$LINENO" 5 23