summaryrefslogtreecommitdiffstats
path: root/patches/glibc-2.13/0003-glibc-configure-old-gcc.patch
blob: a1c74d68c6f75379034000a07dcfa41352aaee8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: glibc-2.13/configure
===================================================================
--- glibc-2.13.orig/configure
+++ glibc-2.13/configure
@@ -5049,7 +5049,7 @@ $as_echo_n "checking version of $CC... "
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
 $as_echo "$ac_prog_version" >&6; }
 fi
-if test $ac_verc_fail = yes; then
+if test $ac_verc_fail = yes -a -z "$enable_hacker_mode"; then
   critic_missing="$critic_missing gcc"
 fi