[mapguide-commits] r8732 - branches/2.6/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Aug 2 02:24:54 PDT 2015


Author: jng
Date: 2015-08-02 02:24:54 -0700 (Sun, 02 Aug 2015)
New Revision: 8732

Modified:
   branches/2.6/MgDev/configure.in
Log:
Roll back FDO version to 3.9.0

Modified: branches/2.6/MgDev/configure.in
===================================================================
--- branches/2.6/MgDev/configure.in	2015-08-02 09:23:52 UTC (rev 8731)
+++ branches/2.6/MgDev/configure.in	2015-08-02 09:24:54 UTC (rev 8732)
@@ -85,7 +85,7 @@
 AC_SUBST(httpd_src)
 
 dnl *******************************************************
-dnl FDO 3.9.1 Configuration
+dnl FDO 3.9.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.1/include"
+    map_fdo_include="/usr/local/fdo-3.9.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.1/include])
+        AC_MSG_NOTICE([Building with default location of FDO include files at /usr/local/fdo-3.9.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
@@ -118,9 +118,9 @@
         [custom_lib=DEFAULT])
 
 if test $custom_lib = "DEFAULT"; then
-    map_fdo_lib="/usr/local/fdo-3.9.1/lib"
+    map_fdo_lib="/usr/local/fdo-3.9.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.1/lib])
+        AC_MSG_NOTICE([Building with default location of FDO libraries at /usr/local/fdo-3.9.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.1/nls/%N"
+map_fdo_nls="/usr/local/fdo-3.9.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