]> granicus.if.org Git - php/commitdiff
Get rid of *_SHLIB variables. Our config scripts don't need Perl,
authorSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 13:46:52 +0000 (13:46 +0000)
committerSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 13:46:52 +0000 (13:46 +0000)
    unfortunately the "apxs" utility does. Someone slap the creator of apxs.

sapi/apache/config.m4

index ad685fe1815c97e727e40fc476409ed9f859121b..0a14760aacac877bcc95c616524062648af539ee 100644 (file)
@@ -3,8 +3,7 @@ dnl ## -*- sh -*-
 AC_MSG_CHECKING(for Apache module support via DSO through APXS)
 AC_ARG_WITH(apxs,
 [  --with-apxs[=FILE]     Build shared Apache module.  FILE is the optional
-                                                 pathname to the Apache apxs tool; defaults to "apxs".
-                                                 (This option needs Perl installed)],
+                                                 pathname to the Apache apxs tool; defaults to "apxs".]
 [
        if test "$withval" = "yes"; then
                withval=apxs
@@ -21,9 +20,6 @@ AC_ARG_WITH(apxs,
        SAPI_TARGET=libphp4.so
     APACHE_INSTALL="$APXS -i -a -n php4 libs/libphp4.so"
        PHP_BUILD_SHARED
-       CFLAGS_SHLIB=`perl -V:cccdlflags | cut -d\' -f2`
-       LDFLAGS_SHLIB=`perl -V:lddlflags | cut -d\' -f2`
-       LDFLAGS_SHLIB_EXPORT=`perl -V:ccdlflags | cut -d\' -f2`
        STRONGHOLD=
        AC_DEFINE(APACHE)
        AC_DEFINE(HAVE_AP_CONFIG_H)