]> git.pld-linux.org Git - packages/crossmingw32-wxWidgets.git/blob - wxWidgets-ac.patch
- use the same Source0 as wxWidgets.spec, fixed md5
[packages/crossmingw32-wxWidgets.git] / wxWidgets-ac.patch
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
3 @@ -2670,7 +2670,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 @@ -2682,7 +2682,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.048901 seconds and 3 git commands to generate.