From 5b08d350f10b7ba1be2b966af68017b64d4bbcd0 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Thu, 27 May 2010 18:37:04 +0200 Subject: Added pseudo-check for the Guichan minimal required version: 0.8.0. The guichan/widgetlistener.hpp file presence is now checked for both autotools and cmake. This resolves TMW-Mantis: #503 Reviewed-by: Jaxad0127 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d1f375f6..b1ceceec 100755 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,9 @@ AC_MSG_ERROR([ *** Unable to find Guichan library (http://guichan.sf.net/)])) AC_CHECK_HEADERS([guichan.hpp], , AC_MSG_ERROR([ *** Guichan library found but cannot find headers (http://guichan.sf.net/)])) +AC_CHECK_HEADERS([guichan/widgetlistener.hpp], , +AC_MSG_ERROR([ *** Guichan library version is found but version is < 0.8.0 (http://guichan.sf.net/)])) + if test -n "$SDL_CONFIG"; then LIBS="$LIBS `$SDL_CONFIG --libs`" CPPFLAGS="$CPPFLAGS `$SDL_CONFIG --cflags`" -- cgit v1.2.3-70-g09d2