[Lunar-commits] r20911 - moonbase/trunk/compilers/php

Florin Braescu florin at lunar-linux.org
Sun Aug 6 19:58:46 UTC 2006


Author: florin
Date: 2006-08-06 19:58:45 +0000 (Sun, 06 Aug 2006)
New Revision: 20911

Modified:
   moonbase/trunk/compilers/php/CONFIGURE
Log:
add Richard's optional config for BC math.

Modified: moonbase/trunk/compilers/php/CONFIGURE
===================================================================
--- moonbase/trunk/compilers/php/CONFIGURE	2006-08-06 19:54:31 UTC (rev 20910)
+++ moonbase/trunk/compilers/php/CONFIGURE	2006-08-06 19:58:45 UTC (rev 20911)
@@ -30,6 +30,10 @@
     fi
   fi
 
+  if  query  "Enable BC math support?" y;  then
+    OPTS="$OPTS --enable-bcmath"
+  fi
+
   echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
   echo  'OPTS='\"$OPTS\"    >>  $MODULE_CONFIG
 



More information about the Lunar-commits mailing list