From dda08c2e7ff9796881c8f46779586c5434a0fa60 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Tue, 17 Apr 2001 14:32:37 +0000 Subject: Add option for Hyperwave support. PR: ports/26459 Submitted by: Slaven Rezic --- www/mod_php5/scripts/configure.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/mod_php5') diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index fa48d59f9730..4bd4ef2a17d0 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -36,6 +36,7 @@ gettext "gettext library support" OFF \ japanese "jstring and mbregex module" OFF \ YP "YP/NIS support" OFF \ BCMath "BCMath support" OFF \ +Hyperwave "Hyperwave support" OFF \ ming "ming library support" OFF \ sockets "sockets support" OFF \ sysvsem "System V semaphore support" OFF \ @@ -206,6 +207,9 @@ EOF \"BCMath\") echo "CONFIGURE_ARGS+=--enable-bcmath" ;; + \"Hyperwave\") + echo "CONFIGURE_ARGS+=--with-hyperwave=yes" + ;; \"ming\") ${CAT} << EOF CONFIGURE_ARGS+=--with-ming=\${PREFIX} -- cgit v1.2.3