From: Jakub Bogusz Date: Sun, 11 Jan 2004 16:34:30 +0000 (+0000) Subject: - not needed (WX_CONFIG can be passed as configure parameter) X-Git-Tag: auto/ac/bochs-2_1_1-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbochs.git;a=commitdiff_plain;h=75f49067536ee3611747ea581b60e66c84f15d98 - not needed (WX_CONFIG can be passed as configure parameter) Changed files: bochs-wxGTK.patch -> 1.2 --- diff --git a/bochs-wxGTK.patch b/bochs-wxGTK.patch deleted file mode 100644 index b699ff9..0000000 --- a/bochs-wxGTK.patch +++ /dev/null @@ -1,12 +0,0 @@ -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)