diff options
author | Andrei Zmievski <andrei@php.net> | 2000-02-02 15:33:14 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-02-02 15:33:14 +0000 |
commit | b4864206aafaa9e7dd7891c36e1a98b8a315aa9d (patch) | |
tree | e18be2110270c685f2604f33499c4a3e376bf202 /acinclude.m4 | |
parent | 625828657a7673a87e6e044e4dd0130e251a1309 (diff) | |
download | php-git-b4864206aafaa9e7dd7891c36e1a98b8a315aa9d.tar.gz |
Remove crud.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 7a1f85304a..0fe1571c49 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -351,7 +351,7 @@ dnl "shared" can be set to "shared" or "yes" to build the extension as dnl a dynamically loadable library. dnl AC_DEFUN(PHP_EXTENSION,[ - if test -d "$cwd/$srcdir/ext/$1" -o -d "$cwd/$srcdir/sapi/$1" ; then + if test -d "$cwd/$srcdir/ext/$1" ; then EXT_SUBDIRS="$EXT_SUBDIRS $1" if test "$2" != "shared" && test "$2" != "yes" && test -z "$php_always_shared"; then _extlib="lib$1.a" |