techtonik Sun Apr 3 07:49:19 2005 EDT
Modified files:
/phpdoc configure.in
Log:
+ pecl autodetection by default
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.225&r2=1.226&ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.225 phpdoc/configure.in:1.226
--- phpdoc/configure.in:1.225 Sat Apr 2 16:25:41 2005
+++ phpdoc/configure.in Sun Apr 3 07:49:18 2005
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.225 2005/04/02 21:25:41 techtonik Exp $
+dnl $Id: configure.in,v 1.226 2005/04/03 11:49:18 techtonik Exp $
dnl autoconf initialisation
AC_INIT()
@@ -454,7 +454,10 @@
fi
fi
],[
- PECL_SOURCE=no
+ PECL_SOURCE=$srcdir/../pecl
+ if test ! -d $PECL_SOURCE; then
+ PECL_SOURCE=no
+ fi
])
AC_MSG_RESULT($PECL_SOURCE)
AC_SUBST(PECL_SOURCE)