summaryrefslogtreecommitdiff
path: root/lang/php4/scripts/configure.php
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-17 11:40:14 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-17 11:40:14 +0000
commit74bbad0a549a66f34713c14d9924e9374de39ba1 (patch)
tree8a364653c886109fefb74acbd3b4f25a7d47b46d /lang/php4/scripts/configure.php
parent- Fix typo in LIB_DEPENDS (diff)
Allow compiling with debugging enabled.
PR: 58851 Submitted By: jeh
Notes
Notes: svn path=/head/; revision=94168
Diffstat (limited to 'lang/php4/scripts/configure.php')
-rw-r--r--lang/php4/scripts/configure.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php4/scripts/configure.php b/lang/php4/scripts/configure.php
index 5c9b96862b5a..4aaabf98b5bb 100644
--- a/lang/php4/scripts/configure.php
+++ b/lang/php4/scripts/configure.php
@@ -28,6 +28,7 @@ CURL "CURL support" ${WITH_CURL:-OFF} \
DB4 "Berkeley DB4 support" ${WITH_DB4:-OFF} \
DBASE "dBase library support" ${WITH_DBASE:-OFF} \
DBX "dbx support" ${WITH_DBX:-OFF} \
+DEBUG "debug support" ${WITH_DEBUG:-OFF} \
DOMXML "DOM support" ${WITH_DOMXML:-OFF} \
DOMXSLT "DOM XSLT and EXSLT support (implies DOMXML)" ${WITH_DOMXSLT:-OFF} \
EXIF "EXIF support" ${WITH_EXIF:-OFF} \