Fix to detection of gcc version on OS/2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2003-10-05 12:49:13 +00:00
parent e4f1a68ad1
commit e496cfc5bf

View File

@ -1469,7 +1469,7 @@ case "${host}" in
RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
fi
AC_CACHE_CHECK([for gcc 3 or later], wx_cv_gcc3,[
AC_TRY_COMPILE([#include <features.h>],
AC_TRY_COMPILE([],
[
#if (__GNUC__ < 3)
#error old gcc