pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus configure.in,1.62,1.63


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus configure.in,1.62,1.63
Date: 28 Jun 2002 22:22:00 -0000

Update of /usr/local/cvsroot/Games/Pingus
In directory dark:/tmp/cvs-serv20083

Modified Files:
        configure.in 
Log Message:
- added some primitve gui support

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- configure.in        18 Jun 2002 21:17:16 -0000      1.62
+++ configure.in        28 Jun 2002 22:21:58 -0000      1.63
@@ -280,6 +280,15 @@
        exit
        ])
 
+AC_CHECK_LIB( clanGUI,   main,, [
+       echo "ClanLib is installed, but clanGUI was not found. You probably"
+       echo "forgot to compile clanPNG, which is part of the ClanLib package"
+       echo "or you need to run 'ldconfig'."
+       echo "If you think you have everything correctly installed have a look 
at"
+       echo "the file 'config.log' to see what went wrong"
+       exit
+       ])
+
 # AC_CHECK_PROG(HAVE_DATAFILE_COMPILER, datafile_compiler, "yes")
 # if test "x$HAVE_DATAFILE_COMPILER" != "xyes" ; then
 #      echo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]