fixed wxUSE_3rdpartylib definitions for --without-3rdparty lib (patch 1103276)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-16 12:06:14 +00:00
parent f1a9125b88
commit dd3a2d9657
2 changed files with 63 additions and 7 deletions

48
configure vendored
View File

@@ -20819,6 +20819,11 @@ _ACEOF
fi
fi
else
cat >>confdefs.h <<\_ACEOF
#define wxUSE_REGEX 0
_ACEOF
fi
@@ -21117,6 +21122,11 @@ echo "$as_me: WARNING: zlib library not found or too old, will use built-in inst
wxUSE_ZLIB=sys
fi
fi
else
cat >>confdefs.h <<\_ACEOF
#define wxUSE_ZLIB 0
_ACEOF
fi
@@ -21422,6 +21432,11 @@ echo "$as_me: WARNING: system png library not found or too old, will use built-i
fi
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
else
cat >>confdefs.h <<\_ACEOF
#define wxUSE_LIBPNG 0
_ACEOF
fi
@@ -21586,6 +21601,11 @@ echo "$as_me: WARNING: system jpeg library not found, will use built-in instead"
fi
fi
fi
else
cat >>confdefs.h <<\_ACEOF
#define wxUSE_LIBJPEG 0
_ACEOF
fi
@@ -21829,6 +21849,11 @@ echo "$as_me: WARNING: system tiff library not found, will use built-in instead"
wxUSE_LIBTIFF=sys
fi
fi
else
cat >>confdefs.h <<\_ACEOF
#define wxUSE_LIBTIFF 0
_ACEOF
fi
@@ -22146,12 +22171,20 @@ echo "$as_me: WARNING: system expat library not found, will use built-in instead
subdirs="$subdirs src/expat"
fi
else
cat >>confdefs.h <<\_ACEOF
#define wxUSE_EXPAT 0
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define wxUSE_XML 0
_ACEOF
fi
if test "$wxUSE_LIBMSPACK" != "no"; then
if test "${ac_cv_header_mspack_h+set}" = set; then
echo "$as_me:$LINENO: checking for mspack.h" >&5
echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
@@ -22364,12 +22397,19 @@ fi
fi
if test "x$MSPACK_LINK" = "x" ; then
wxUSE_LIBMSPACK=no
else
cat >>confdefs.h <<\_ACEOF
fi
fi
if test "$wxUSE_LIBMSPACK" != "no"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_LIBMSPACK 1
_ACEOF
fi
else
cat >>confdefs.h <<\_ACEOF
#define wxUSE_LIBMSPACK 0
_ACEOF
fi