[mapguide-commits] r7376 - branches/2.5/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Feb 20 02:58:32 PST 2013


Author: jng
Date: 2013-02-20 02:58:32 -0800 (Wed, 20 Feb 2013)
New Revision: 7376

Modified:
   branches/2.5/MgDev/build_oem.sh
Log:
#237: Undo r7360

Modified: branches/2.5/MgDev/build_oem.sh
===================================================================
--- branches/2.5/MgDev/build_oem.sh	2013-02-20 10:56:47 UTC (rev 7375)
+++ branches/2.5/MgDev/build_oem.sh	2013-02-20 10:58:32 UTC (rev 7376)
@@ -225,9 +225,7 @@
 build_php()
 {
     pushd php
-    # #237: Include unixODBC support for PHP
-    # Most distros will have unixODBC headers under /usr instead of php's assumed default [/usr/local]
-    sh ./configure --with-unixODBC=/usr --with-openssl --with-curl --enable-mbstring --with-zlib
+    sh ./configure
     check_build
     popd
 }



More information about the mapguide-commits mailing list