]> git.saurik.com Git - wxWidgets.git/commit
1. moved the test for glibc >= 2.1 after AC_PROG_CC
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 May 2002 12:51:02 +0000 (12:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 May 2002 12:51:02 +0000 (12:51 +0000)
commit19bc6aad0d37c6541e72e237cce5d4a223b655e3
tree3f27ddfed875cc5c26e6235202736d657c4e6c6d
parent4fce73fcaf45a87f5f81a7495bea05d1b8b5358e
1. moved the test for glibc >= 2.1 after AC_PROG_CC
2. fixed this test so the result is realyl cached
3. added test for fnmatch() because when cross-compiling we can find
   fnmatch.h but fnmatch() could still be unaccessible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in