[mapguide-commits] r7375 - branches/2.5/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Feb 20 02:56:47 PST 2013


Author: jng
Date: 2013-02-20 02:56:47 -0800 (Wed, 20 Feb 2013)
New Revision: 7375

Modified:
   branches/2.5/Installer/scripts/build_oem_ubuntu.sh
Log:
#237: Undo r7359

Modified: branches/2.5/Installer/scripts/build_oem_ubuntu.sh
===================================================================
--- branches/2.5/Installer/scripts/build_oem_ubuntu.sh	2013-02-20 10:26:51 UTC (rev 7374)
+++ branches/2.5/Installer/scripts/build_oem_ubuntu.sh	2013-02-20 10:56:47 UTC (rev 7375)
@@ -235,9 +235,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