[mapguide-commits] r8032 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Apr 12 01:50:28 PDT 2014


Author: jng
Date: 2014-04-12 01:50:28 -0700 (Sat, 12 Apr 2014)
New Revision: 8032

Modified:
   trunk/MgDev/configure.in
Log:
#2425: Update Apache to 2.4.9 and PHP to 5.5.11

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2014-04-11 14:23:03 UTC (rev 8031)
+++ trunk/MgDev/configure.in	2014-04-12 08:50:28 UTC (rev 8032)
@@ -39,7 +39,7 @@
 map_opt_oem_distsubdirs=""
 
 dnl *******************************************************
-dnl PHP 5.5.3 Configuration
+dnl PHP 5.5.11 Configuration
 dnl *******************************************************
 AC_ARG_WITH([php],
         MAP_HELP_STRING([--with-php],
@@ -48,8 +48,8 @@
         [with_php=no])
 
 if test $with_php = "no"; then
-    AC_MSG_NOTICE([Using php 5.5.3 from included Oem Directory])
-	php_src=`pwd`/Oem/LinuxApt/php-5.5.3
+    AC_MSG_NOTICE([Using php 5.5.11 from included Oem Directory])
+	php_src=`pwd`/Oem/LinuxApt/php-5.5.11
 else
     AC_MSG_NOTICE([Using custom PHP source directory])
 	php_src=$with_php
@@ -62,7 +62,7 @@
 AC_SUBST(php_src)
 
 dnl *******************************************************
-dnl httpd 2.4.6 Configuration
+dnl httpd 2.4.9 Configuration
 dnl *******************************************************
 AC_ARG_WITH([httpd],
 		MAP_HELP_STRING([--with-httpd],
@@ -71,8 +71,8 @@
 		[with_httpd=no])
 
 if test $with_httpd = "no"; then
-    AC_MSG_NOTICE([Using httpd 2.4.6 from included Oem Directory])
-	httpd_src=`pwd`/Oem/LinuxApt/httpd-2.4.6
+    AC_MSG_NOTICE([Using httpd 2.4.9 from included Oem Directory])
+	httpd_src=`pwd`/Oem/LinuxApt/httpd-2.4.9
 else
     AC_MSG_NOTICE([Using custom httpd source directory])
 	httpd_src=$with_httpd



More information about the mapguide-commits mailing list