From: Ulrich Drepper Date: Tue, 16 Jul 2002 17:52:04 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06e200abd7854c94d8218be4562e83a0fead853;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/config.h.in b/config.h.in index bf696d3df5d..c7e7dd3818c 100644 --- a/config.h.in +++ b/config.h.in @@ -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,