[mapguide-commits] r8876 - sandbox/jng/rfc155
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Mar 14 03:28:54 PDT 2016
Author: jng
Date: 2016-03-14 03:28:54 -0700 (Mon, 14 Mar 2016)
New Revision: 8876
Modified:
sandbox/jng/rfc155/configure.in
Log:
Update configure.in
Modified: sandbox/jng/rfc155/configure.in
===================================================================
--- sandbox/jng/rfc155/configure.in 2016-03-14 10:19:20 UTC (rev 8875)
+++ sandbox/jng/rfc155/configure.in 2016-03-14 10:28:54 UTC (rev 8876)
@@ -39,7 +39,7 @@
map_opt_oem_distsubdirs=""
dnl *******************************************************
-dnl PHP 5.5.17 Configuration
+dnl PHP 5.5.33 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.17 from included Oem Directory])
- php_src=`pwd`/Oem/LinuxApt/php-5.5.17
+ AC_MSG_NOTICE([Using php 5.5.33 from included Oem Directory])
+ php_src=`pwd`/Oem/LinuxApt/php-5.5.33
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.10 Configuration
+dnl httpd 2.4.18 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.10 from included Oem Directory])
- httpd_src=`pwd`/Oem/LinuxApt/httpd-2.4.10
+ AC_MSG_NOTICE([Using httpd 2.4.18 from included Oem Directory])
+ httpd_src=`pwd`/Oem/LinuxApt/httpd-2.4.18
else
AC_MSG_NOTICE([Using custom httpd source directory])
httpd_src=$with_httpd
More information about the mapguide-commits
mailing list