From 1e5931f6b21d43f80ef36edddf97c66d19fa6bad Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Mon, 2 Aug 2004 06:09:47 +0000 Subject: [PATCH] Reapply the HURD/KBSD hunk for icc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@28579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- debian/changelog | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d14a8214db..02a5845ae7 100755 --- a/configure +++ b/configure @@ -16278,7 +16278,7 @@ echo "$ac_t""$wx_cv_version_script" 1>&6 fi ;; - *-*-linux* ) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu ) if test "$GCC" != "yes"; then echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6 echo "configure:16285: checking for Intel compiler" >&5 diff --git a/configure.in b/configure.in index e8282031d0..fa1c12963e 100644 --- a/configure.in +++ b/configure.in @@ -2948,7 +2948,7 @@ if test "$wxUSE_SHARED" = "yes"; then fi ;; - *-*-linux* ) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu ) if test "$GCC" != "yes"; then AC_CACHE_CHECK([for Intel compiler], wx_cv_prog_icc, [ diff --git a/debian/changelog b/debian/changelog index a9002f9fac..8901386b35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +wxwindows2.4 (2.4.2.6) unstable; urgency=medium + + * Reapply HURD/K*BSD patch fragment that should not have been reverted. + Closes: #217726 (Make a wish, the third time is lucky so I'm told.) + * Updated .po files. + + -- Ron Lee Mon, 2 Aug 2004 14:50:07 +0930 + wxwindows2.4 (2.4.2.5) unstable; urgency=medium * Medium urgency to keep things moving for the libtiff fudge.