From e06e200abd7854c94d8218be4562e83a0fead853 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 16 Jul 2002 17:52:04 +0000 Subject: [PATCH] Fix typo. --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2