]> git.pld-linux.org Git - packages/crossmingw32-wxWidgets.git/blame - wxWidgets-ac.patch
- no longer needed
[packages/crossmingw32-wxWidgets.git] / wxWidgets-ac.patch
CommitLineData
df17edb2
JB
1--- wxWidgets-2.5.3/configure.in.orig 2005-02-20 19:38:45.461014000 +0100
2+++ wxWidgets-2.5.3/configure.in 2005-02-20 20:58:15.485860176 +0100
df17edb2
JB
3@@ -2218,7 +2217,7 @@
4 dnl HAVE_STDLIB_H which are already defined and this provokes
5 dnl a compiler warning which configure considers as an error...
6 AC_MSG_CHECKING(for jpeglib.h)
7- AC_CACHE_VAL(ac_cv_header_jpeglib_h,
8+ AC_CACHE_VAL(ac_cv_header_jpeglib_h,[
9 AC_TRY_COMPILE(
10 [
11 #undef HAVE_STDLIB_H
12@@ -2230,7 +2229,7 @@
13 ac_cv_header_jpeglib_h=yes,
14 ac_cv_header_jpeglib_h=no
15 )
16- )
17+ ])
18 AC_MSG_RESULT($ac_cv_header_jpeglib_h)
19
20 if test "$ac_cv_header_jpeglib_h" = "yes"; then
This page took 0.093978 seconds and 4 git commands to generate.