[mapguide-commits] r8500 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 13 06:04:47 PST 2015


Author: jng
Date: 2015-01-13 06:04:47 -0800 (Tue, 13 Jan 2015)
New Revision: 8500

Modified:
   trunk/MgDev/configure.in
Log:
FDO version update was incomplete. Fix that.

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2015-01-12 11:19:37 UTC (rev 8499)
+++ trunk/MgDev/configure.in	2015-01-13 14:04:47 UTC (rev 8500)
@@ -118,9 +118,9 @@
         [custom_lib=DEFAULT])
 
 if test $custom_lib = "DEFAULT"; then
-    map_fdo_lib="/usr/local/fdo-3.9.0/lib"
+    map_fdo_lib="/usr/local/fdo-4.0.0/lib"
     if test -d $map_fdo_lib; then
-        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.9.0/lib])
+        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-4.0.0/lib])
     else
         AC_MSG_ERROR([the default FDO lib path $map_fdo_lib is not a valid directory. Please use the custom option])
     fi
@@ -132,7 +132,7 @@
         AC_MSG_ERROR([the specified FDO library path $custom_lib is not a valid directory])
     fi
 fi
-map_fdo_nls="/usr/local/fdo-3.9.0/nls/%N"
+map_fdo_nls="/usr/local/fdo-4.0.0/nls/%N"
 AC_SUBST(map_fdo_include)
 AC_SUBST(map_fdo_lib)
 AC_SUBST(map_fdo_nls)



More information about the mapguide-commits mailing list