[mapguide-commits] r8431 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 21 17:11:49 PDT 2014


Author: jng
Date: 2014-10-21 17:11:49 -0700 (Tue, 21 Oct 2014)
New Revision: 8431

Modified:
   trunk/MgDev/configure.in
Log:
RFC 147: Update PHP/httpd versions in configure.in

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2014-10-21 15:23:52 UTC (rev 8430)
+++ trunk/MgDev/configure.in	2014-10-22 00:11:49 UTC (rev 8431)
@@ -39,7 +39,7 @@
 map_opt_oem_distsubdirs=""
 
 dnl *******************************************************
-dnl PHP 5.5.11 Configuration
+dnl PHP 5.5.17 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.11 from included Oem Directory])
-	php_src=`pwd`/Oem/LinuxApt/php-5.5.11
+    AC_MSG_NOTICE([Using php 5.5.17 from included Oem Directory])
+	php_src=`pwd`/Oem/LinuxApt/php-5.5.17
 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.9 Configuration
+dnl httpd 2.4.10 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.9 from included Oem Directory])
-	httpd_src=`pwd`/Oem/LinuxApt/httpd-2.4.9
+    AC_MSG_NOTICE([Using httpd 2.4.10 from included Oem Directory])
+	httpd_src=`pwd`/Oem/LinuxApt/httpd-2.4.20
 else
     AC_MSG_NOTICE([Using custom httpd source directory])
 	httpd_src=$with_httpd



More information about the mapguide-commits mailing list