]> git.pld-linux.org Git - packages/crossmingw32-wxWidgets.git/blame - wxWidgets-ac.patch
- outdated
[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
498f38d8 3@@ -2670,7 +2670,7 @@
df17edb2
JB
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
498f38d8 12@@ -2682,7 +2682,7 @@
df17edb2
JB
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.321965 seconds and 4 git commands to generate.