]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Regenerated: autoconf configure.in
authorUlrich Drepper <drepper@redhat.com>
Mon, 26 May 1997 21:21:00 +0000 (21:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 26 May 1997 21:21:00 +0000 (21:21 +0000)
configure

index 23b477a635df03b8fdc0941f9b6d27ae27add77c..1eb48d3af546cef054f300f269c68931919af3c7 100755 (executable)
--- a/configure
+++ b/configure
@@ -1268,10 +1268,10 @@ EOF
       CFLAGS="-g -O2"
     fi
   else
-    { echo "configure: error: " 1>&2; exit 1; } (We require GNU CC version 2.7 or newer)
+    { echo "configure: error: We require GNU CC version 2.7 or newer" 1>&2; exit 1; }
   fi
 else
-  { echo "configure: error: " 1>&2; exit 1; } (GNU libc must be compiled using GNU CC)
+  { echo "configure: error: GNU libc must be compiled using GNU CC" 1>&2; exit 1; }
 fi
 
 echo $ac_n "checking build system type""... $ac_c" 1>&6