Changeset 305 for trunk/zoo-project
- Timestamp:
- Aug 8, 2011, 3:23:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/configure.ac
r297 r305 121 121 [AS_HELP_STRING([--with-mapserver=PATH], [specify the path for MapServer compiled source tree])], 122 122 [MS_SRC_PATH="$withval"], [MS_SRC_PATH=""]) 123 123 124 if test -z $MS_SRC_PATH; 124 125 then 125 AC_PATH_PROG([MS_SRC_PATH], [mapserver]) 126 if test "x$MS_SRC_PATH" = "xmacos"; 127 then 128 AC_MSG_RESULT([Using MacOSX Framework for MapServer]) 129 else 130 if test -d $MS_SRC_PATH; 131 then 132 AC_MSG_ERROR([could not find the MapServer source tree. You may need to try re-running configure with a --with-mapserver parameter.]) 133 fi 134 fi 126 MS_CPPFLAGS="" 127 MS_LDFLAGS="" 135 128 else 136 129 if test "x$MS_SRC_PATH" = "xmacos";
Note: See TracChangeset
for help on using the changeset viewer.