[mapguide-commits] r8432 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 21 22:35:43 PDT 2014


Author: jng
Date: 2014-10-21 22:35:43 -0700 (Tue, 21 Oct 2014)
New Revision: 8432

Modified:
   trunk/MgDev/configure.in
Log:
RFC 147: Fix incorrect httpd version

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2014-10-22 00:11:49 UTC (rev 8431)
+++ trunk/MgDev/configure.in	2014-10-22 05:35:43 UTC (rev 8432)
@@ -72,7 +72,7 @@
 
 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.20
+	httpd_src=`pwd`/Oem/LinuxApt/httpd-2.4.10
 else
     AC_MSG_NOTICE([Using custom httpd source directory])
 	httpd_src=$with_httpd



More information about the mapguide-commits mailing list