]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Fix for the TAB in the autocomplete list not being used correctly
[wxWidgets.git] / configure
index 5a73ea45c6f45aba563930e9bd03c3df6e7b26b7..ee43a7be98791a370d44e959043e0a0facb85256 100755 (executable)
--- a/configure
+++ b/configure
@@ -9589,7 +9589,7 @@ else
 #include <features.h>
 int main() {
 
-                #if !__GLIBC_PREREQ(2, 1)
+                #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
                     #error not glibc2.1
                 #endif