]> git.pld-linux.org Git - packages/bochs.git/blobdiff - bochs-wxGTK.patch
- wxGTK 2 patch
[packages/bochs.git] / bochs-wxGTK.patch
diff --git a/bochs-wxGTK.patch b/bochs-wxGTK.patch
new file mode 100644 (file)
index 0000000..b699ff9
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur bochs-2.0.2.orig/configure.in bochs-2.0.2.chng/configure.in
+--- bochs-2.0.2.orig/configure.in      Wed Jan 22 14:18:28 2003
++++ bochs-2.0.2.chng/configure.in      Wed Sep 10 13:37:11 2003
+@@ -1660,7 +1660,7 @@
+ # check for existence of and usable version of wxWindows.  This comes
+ # early so that it could affect which one gets chosen.
+ if test x$WX_CONFIG = x; then
+-  AC_CHECK_PROG(WX_CONFIG, [ wx-config --version ], wx-config, not_found)
++  AC_CHECK_PROG(WX_CONFIG, [ wxgtk-2.4-config --version ], wxgtk-2.4-config, not_found)
+ fi
+ AC_MSG_CHECKING(for wxWindows configuration script)
+ AC_MSG_RESULT($WX_CONFIG)
This page took 0.115446 seconds and 4 git commands to generate.