From b89f24fccfb15be8047815a3e2282292418714e2 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 23 Oct 2006 19:02:26 +0000 Subject: Added zlib check before PhysFS check. The PhysFS check was failing on MSYS because of a missing -lz. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 068fbd8e..4c7be5b7 100755 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,9 @@ AC_MSG_ERROR([ *** Unable to find Guichan library (guichan.sf.net)])) #AC_CHECK_LIB([guichan_opengl], [gcnOpenGL], , #AC_MSG_ERROR([ *** Unable to find Guichan OpenGL library (guichan.sf.net)])) +AC_CHECK_LIB([z], [inflate], , +AC_MSG_ERROR([ *** Unable to find zlib (http://www.gzip.org/zlib/)])) + AC_CHECK_LIB([physfs], [PHYSFS_init], , AC_MSG_ERROR([ *** Unable to find PhysFS library (icculus.org/physfs/)])) -- cgit v1.2.3-70-g09d2