]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Jul 2002 17:52:04 +0000 (17:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Jul 2002 17:52:04 +0000 (17:52 +0000)
config.h.in

index bf696d3df5d35274fd38698d2a17f8c7423a5a92..c7e7dd3818c5e1693061c81b9cc0cd98afbf0ab9 100644 (file)
@@ -5,7 +5,7 @@
 /* Another evil option when it comes to compiling the C library is
  *    --ffast-math since it alters the ABI.  */
 #ifdef __FAST_MATH__
-# error "glibc must not be compiled with --fast-math"
+# error "glibc must not be compiled with -ffast-math"
 #endif
 
 /* Define if using GNU ld, with support for weak symbols in a.out,