From 41fd4136fc08cd658daf13b92568ccc9926d8f5a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Mar 2000 00:06:57 +0000 Subject: [PATCH] regenerated from configure.in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ab230b8d6c..eeddf9f4dd 100755 --- a/configure +++ b/configure @@ -11613,7 +11613,7 @@ if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then #define wxUSE_LIBPNG 1 EOF - if test "$wxUSE_ZLIB" != "sys" ; then + if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2 wxUSE_LIBPNG=yes fi -- 2.50.0