]> granicus.if.org Git - php/commitdiff
- Removed --enable-versioning
authorJani Taskinen <jani@php.net>
Tue, 10 Jul 2007 10:18:26 +0000 (10:18 +0000)
committerJani Taskinen <jani@php.net>
Tue, 10 Jul 2007 10:18:26 +0000 (10:18 +0000)
acinclude.m4
configure.in

index e09dc124fac6db1d5054071b1ecea0eb8e04b12c..a83a0330166ac332ca83a09ab0681218406e22fa 100644 (file)
@@ -745,16 +745,6 @@ dnl -------------------------------------------------------------------------
 dnl Build macros
 dnl -------------------------------------------------------------------------
 
-dnl
-dnl PHP_SET_SYM_FILE(path)
-dnl
-dnl set the path of the file which contains the symbol export list
-dnl
-AC_DEFUN([PHP_SET_SYM_FILE],
-[
-  PHP_SYM_FILE=$1
-])
-
 dnl
 dnl PHP_BUILD_THREAD_SAFE
 dnl
index ea1c9a911457ac9ff58ae73d3b501a9bdb67a01f..f6a458dce28f4d74dced9408a25a787b57fed417 100644 (file)
@@ -809,16 +809,6 @@ AC_ARG_ENABLE(fd-setsize,
   AC_MSG_RESULT(using system default)
 ])
 
-AC_MSG_CHECKING([whether to enable versioning])
-AC_ARG_ENABLE(versioning,
-[  --enable-versioning     Export only required symbols.
-                          See INSTALL for more information], [
-  PHP_VERSIONING=$enableval
-],[
-  PHP_VERSIONING=no
-])
-AC_MSG_RESULT([$PHP_VERSIONING])
-
 dnl ## check for ICU library location and version
 PHP_SETUP_ICU
 
@@ -860,23 +850,6 @@ esyscmd(./build/config-stubs ext)
 dnl Extensions post-config
 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
-
-  case $host_alias in
-    *darwin*)
-          AC_MSG_ERROR([--enable-versioning is not supported on your platform])
-          ;;
-  esac
-                                                                         
-  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"
-  fi
-fi
-
 enable_shared=yes
 enable_static=yes