r79: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Jun 2000 04:23:40 +0000 (04:23 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Jun 2000 04:23:40 +0000 (04:23 +0000)
configure.in

index db15adb21982e68723a3e2f5b2674be7a08076e7..81e1de9e5d46212ff87c5e391b6d1c229d86bfba 100644 (file)
@@ -293,12 +293,12 @@ fi
 dnl Setting projet libraries and includes
 LDFLAGS="$LDFLAGS -L../libkmath -L../libk -L../libcio -L../libir" 
 ctlibs_base="$ctlibs_base -lkmath -lk -lcio"
-if test "$zlib" = "true" ; then
-  ctlibs_base="$ctlibs_base -lz"
-fi
 if test "$png" = "true" ; then
   ctlibs_base="$ctlibs_base -lpng"
 fi
+if test "$zlib" = "true" ; then
+  ctlibs_base="$ctlibs_base -lz"
+fi
 if test "$g2" = "true" ; then
   ctlibs_base="$ctlibs_base -lg2"
 fi