pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3191 - trunk/pingus


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3191 - trunk/pingus
Date: Thu, 20 Sep 2007 04:01:52 +0200

Author: grumbel
Date: 2007-09-20 04:01:51 +0200 (Thu, 20 Sep 2007)
New Revision: 3191

Modified:
   trunk/pingus/SConstruct
Log:
- little fix

Modified: trunk/pingus/SConstruct
===================================================================
--- trunk/pingus/SConstruct     2007-09-19 22:04:27 UTC (rev 3190)
+++ trunk/pingus/SConstruct     2007-09-20 02:01:51 UTC (rev 3191)
@@ -370,8 +370,9 @@
     env.ParseConfig('sdl-config  --cflags --libs') # FIXME: Are those added to 
config.py?
     for lib in ['SDL_image', 'SDL_mixer']:
         if not config.CheckLib(lib):
-            fatal_error += "  * library '%s' not found\n" % lib
-            fatal_error = True
+            fatal_error += "  * library '%s' not found\n" % lib           
+        elif not config.CheckHeader(lib + ".h"):
+            fatal_error += "  * library header '%s' not found\n" % (lib + ".h")
         else:
             env['LIBS'] += [lib]
 





reply via email to

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