]> git.pld-linux.org Git - packages/crossmingw32-wxWidgets.git/blame - wxWidgets-ac.patch
- updated to 3.2.4
[packages/crossmingw32-wxWidgets.git] / wxWidgets-ac.patch
CommitLineData
f85a8810
JB
1--- wxWidgets-2.9.4/configure.in~ 2013-04-19 17:20:35.000000000 +0200
2+++ wxWidgets-2.9.4/configure.in 2013-04-19 17:24:04.366820089 +0200
3@@ -2583,7 +2583,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@@ -2595,7 +2595,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)
df17edb2 19
f85a8810 20 if test "$ac_cv_header_jpeglib_h" = "yes"; then
This page took 0.09677 seconds and 4 git commands to generate.