1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

$ext_src_base is the source dir of the extension

This commit is contained in:
Sascha Schumann
2000-02-12 15:13:44 +00:00
parent e7a4d5f18d
commit 883c62b5e9

View File

@@ -350,6 +350,7 @@ dnl a dynamically loadable library.
dnl
AC_DEFUN(PHP_EXTENSION,[
if test -d "$cwd/$srcdir/ext/$1" ; then
ext_src_base="${abs_srcdir}/ext/$1/"
ext_base="ext/$1/"
EXT_SUBDIRS="$EXT_SUBDIRS $1"
if test "$2" != "shared" && test "$2" != "yes" && test -z "$php_always_shared"; then