]> git.pld-linux.org Git - packages/bochs.git/blob - bochs-wxGTK.patch
- update to 2.1.pre3
[packages/bochs.git] / bochs-wxGTK.patch
1 diff -Nur bochs-2.0.2.orig/configure.in bochs-2.0.2.chng/configure.in
2 --- bochs-2.0.2.orig/configure.in       Wed Jan 22 14:18:28 2003
3 +++ bochs-2.0.2.chng/configure.in       Wed Sep 10 13:37:11 2003
4 @@ -1660,7 +1660,7 @@
5  # check for existence of and usable version of wxWindows.  This comes
6  # early so that it could affect which one gets chosen.
7  if test x$WX_CONFIG = x; then
8 -  AC_CHECK_PROG(WX_CONFIG, [ wx-config --version ], wx-config, not_found)
9 +  AC_CHECK_PROG(WX_CONFIG, [ wxgtk-2.4-config --version ], wxgtk-2.4-config, not_found)
10  fi
11  AC_MSG_CHECKING(for wxWindows configuration script)
12  AC_MSG_RESULT($WX_CONFIG)
This page took 0.051261 seconds and 3 git commands to generate.