From: Kevin M. Rosenberg Date: Wed, 7 Jun 2000 04:23:40 +0000 (+0000) Subject: r79: *** empty log message *** X-Git-Tag: debian-4.5.3-3~938 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=1992cbf6645e87584da8576e290e270fc40af6cb r79: *** empty log message *** --- 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