stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus configure.in


From: Ingo Ruhnke
Subject: [Stratagus-CVS] stratagus configure.in
Date: Tue, 02 Sep 2003 03:07:03 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Ingo Ruhnke <address@hidden>    03/09/02 03:07:03

Modified files:
        .              : configure.in 

Log message:
        fixed ','

Patches:
Index: stratagus/configure.in
diff -u stratagus/configure.in:1.24 stratagus/configure.in:1.25
--- stratagus/configure.in:1.24 Fri Aug 22 08:19:24 2003
+++ stratagus/configure.in      Tue Sep  2 03:07:02 2003
@@ -175,7 +175,7 @@
     AC_CHECK_LIB(zziplib, main,
         [ZZIPLIB_CFLAGS="-DUSE_ZZIPLIB"
          ZZIPLIB_LIBS="-lzzip"],
-        [ZZIPLIB_CFLAGS="",
+        [ZZIPLIB_CFLAGS=""
          ZZIPLIB_LIBS=""])
 else
     ZZIPLIB_CFLAGS=""




reply via email to

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