]> git.pld-linux.org Git - packages/php4.git/commitdiff
- --enable-versioning and modules don't work together. fail out early auto/ac/php4-4_4_0-3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 24 Jul 2005 22:21:35 +0000 (22:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4-acam.patch -> 1.2

php4-acam.patch

index 5369ac798ef353d8a7e9c4d0e62d270a556fb77a..4dfad69412a7fa45a8dea7c1c8d6e77be83ed632 100644 (file)
@@ -8,3 +8,15 @@
  if test "$PHP_MYSQL" != "no"; then
    AC_DEFINE(HAVE_MYSQL, 1, [Whether you have MySQL])
    if test "$PHP_SAFE_MODE" = "yes"; then
+--- php-4.4.0/configure.in~    2005-07-25 00:22:36.000000000 +0300
++++ php-4.4.0/configure.in     2005-07-25 01:05:09.000000000 +0300
+@@ -844,6 +844,9 @@
+ dnl -------------------------------------------------------------------------
+ if test "$PHP_VERSIONING" = "yes"; then
++  if test -n "$PHP_MODULES"; then
++    AC_MSG_ERROR([--enable-versioning cannot be used with shared modules])
++  fi
+   test -z "$PHP_SYM_FILE" && PHP_SYM_FILE="$abs_srcdir/sapi/$PHP_SAPI/php.sym"
+   if test -f "$PHP_SYM_FILE"; then
+     EXTRA_LDFLAGS="-export-symbols $PHP_SYM_FILE $EXTRA_LDFLAGS"
This page took 0.032324 seconds and 4 git commands to generate.