[mapguide-commits] r8499 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jan 12 03:19:37 PST 2015


Author: jng
Date: 2015-01-12 03:19:37 -0800 (Mon, 12 Jan 2015)
New Revision: 8499

Modified:
   trunk/MgDev/configure.in
Log:
Update FDO version

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2015-01-11 12:47:22 UTC (rev 8498)
+++ trunk/MgDev/configure.in	2015-01-12 11:19:37 UTC (rev 8499)
@@ -85,7 +85,7 @@
 AC_SUBST(httpd_src)
 
 dnl *******************************************************
-dnl FDO 3.9.0 Configuration
+dnl FDO 4.0.0 Configuration
 dnl Include / lib paths
 dnl *******************************************************
 # custom Fdo path specification
@@ -96,9 +96,9 @@
         [custom_inc=DEFAULT])
 
 if test $custom_inc = "DEFAULT"; then
-    map_fdo_include="/usr/local/fdo-3.9.0/include"
+    map_fdo_include="/usr/local/fdo-4.0.0/include"
     if test -d $map_fdo_include; then
-        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-3.9.0/include])
+        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-4.0.0/include])
     else
         AC_MSG_ERROR([the default FDO include path $map_fdo_include is not a valid directory. Please use the custom option])
     fi



More information about the mapguide-commits mailing list