Changeset 67
- Timestamp:
- 06/20/08 14:38:43 (5 months ago)
- Files:
-
- trunk/config.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config.m4
r52 r67 5 5 sqlite3_extra_sources="" 6 6 PHP_SQLITE3_CFLAGS="" 7 8 dnl when running phpize enable_maintainer_zts is not available 9 if test -z "$enable_maintainer_zts"; then 10 ZTS=`grep '#define ZTS' $phpincludedir/main/php_config.h|$SED 's/#define ZTS//'` 11 if test "$ZTS" -eq "1"; then 12 enable_maintainer_zts="yes" 13 fi 14 fi 15 7 16 if test $PHP_SQLITE3 != "yes"; then 8 17 AC_MSG_CHECKING([for sqlite3 files in default path])
