From 74bbad0a549a66f34713c14d9924e9374de39ba1 Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Mon, 17 Nov 2003 11:40:14 +0000 Subject: Allow compiling with debugging enabled. PR: 58851 Submitted By: jeh --- lang/php4/scripts/configure.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/php4/scripts/configure.php') 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} \ -- cgit v1.2.3