[mapserver-commits] r12977 - trunk/mapserver/mapcache/apache

svn at osgeo.org svn at osgeo.org
Thu Jan 5 10:45:15 EST 2012


Author: tbonfort
Date: 2012-01-05 07:45:15 -0800 (Thu, 05 Jan 2012)
New Revision: 12977

Modified:
   trunk/mapserver/mapcache/apache/Makefile.in
Log:
missed commit


Modified: trunk/mapserver/mapcache/apache/Makefile.in
===================================================================
--- trunk/mapserver/mapcache/apache/Makefile.in	2012-01-05 15:42:20 UTC (rev 12976)
+++ trunk/mapserver/mapcache/apache/Makefile.in	2012-01-05 15:45:15 UTC (rev 12977)
@@ -7,7 +7,8 @@
 install: mod_mapcache.la
 	$(APXS) -i -a -n mapcache mod_mapcache.la
 
-mod_mapcache.la:  mod_mapcache.c $(libdir)/libmapcache.la
+mod_mapcache.la:  mod_mapcache.c
+	@if test ! -f $(libdir)/libmapcache.la; then echo "$(libdir)/libmapcache.la not found, please install before building the mapcache apache module"; exit 1; fi
 	$(APXS) -Wc,"$(ALL_ENABLED) $(CFLAGS) $(INCLUDES)" -Wl,"$(LIBS)" -c mod_mapcache.c $(libdir)/libmapcache.la
 	
 clean:



More information about the mapserver-commits mailing list