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
This commit is contained in:
Ron Lee
2004-08-02 06:09:47 +00:00
parent dfa21dcf24
commit 1e5931f6b2
3 changed files with 10 additions and 2 deletions

2
configure vendored
View File

@@ -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

View File

@@ -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,
[

8
debian/changelog vendored
View File

@@ -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 <ron@debian.org> 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.