From 1992cbf6645e87584da8576e290e270fc40af6cb Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 7 Jun 2000 04:23:40 +0000 Subject: [PATCH] r79: *** empty log message *** --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index db15adb..81e1de9 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.34.1