diff options
Diffstat (limited to 'www/mod_php5/scripts/configure.php')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
1 files changed, 4 insertions, 0 deletions
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} |