[mapserver-commits] r12419 - trunk/mapserver/mapcache
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:24:12 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:24:11 -0700 (Fri, 26 Aug 2011)
New Revision: 12419
Modified:
trunk/mapserver/mapcache/configure.in
Log:
center watermark on tile
thomas.bonfort | 2011-08-03 14:12:07 +0200 (Wed, 03 Aug 2011)
Modified: trunk/mapserver/mapcache/configure.in
===================================================================
--- trunk/mapserver/mapcache/configure.in 2011-08-26 11:24:02 UTC (rev 12418)
+++ trunk/mapserver/mapcache/configure.in 2011-08-26 11:24:11 UTC (rev 12419)
@@ -228,14 +228,14 @@
fi
fi
if test -z "$APUCONFIG"; then
- AC_MSG_ERROR(apu-config utility not found. memcache backend will be disabled)
+ AC_MSG_ERROR(apu-config utility not found)
else
OLDLDFLAGS="$LDFLAGS" ; LDFLAGS="$LDFLAGS `$APUCONFIG --ldflags --libs --link-ld`"
OLDCPPFLAGS="$CPPFLAGS" ; CPPFLAGS="$CPPFLAGS `$APUCONFIG --includes`"
AC_CHECK_LIB(aprutil-1, apr_memcache_hash,[APU_LIBS=`$APUCONFIG --link-libtool`],)
if test -z "$APU_LIBS"; then
AC_CHECK_LIB(aprutil, apr_memcache_hash,[APU_LIBS=`$APUCONFIG --link-libtool`],
- [AC_MSG_WARN([unable to link to apr-util, memcache cache backend disabled])])
+ [AC_MSG_ERROR([unable to link to apr-util])])
fi
if test -n "$APU_LIBS"; then
AC_CHECK_HEADER([apr_memcache.h],[
More information about the mapserver-commits
mailing list