summaryrefslogtreecommitdiffstats
path: root/config.tests/glibc/glibc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/glibc/glibc.cpp')
-rw-r--r--config.tests/glibc/glibc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.tests/glibc/glibc.cpp b/config.tests/glibc/glibc.cpp
index e78994b64..3cdd77f44 100644
--- a/config.tests/glibc/glibc.cpp
+++ b/config.tests/glibc/glibc.cpp
@@ -28,8 +28,8 @@
#include <features.h>
-#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 27
-#error glibc versions below 2.27 are not supported
+#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 17
+#error glibc versions below 2.17 are not supported
#endif
int main(int , char **) {