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.