summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-07-17 00:03:55 +0000
committerUlrich Drepper <drepper@redhat.com>2002-07-17 00:03:55 +0000
commitd747a0a564d522ab31944eac60e923e4596b3684 (patch)
tree35aa88c9510ae281b8d704e4e3b142f697422bd1 /config.h.in
parent547a7a8e54ba925e7721c71b673f7993e9fb518f (diff)
Update.
* catgets/tst-catgets.c (main): Don't expect results for untranslated messages. * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH. (CPPFLAGS-test-idouble.c): Likewise. (CPPFLAGS-test-ildouble.c): Likewise.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 5bafd13a6e..b3dd601f3b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -4,7 +4,7 @@
/* Another evil option when it comes to compiling the C library is
--ffast-math since it alters the ABI. */
-#ifdef __FAST_MATH__
+#if defined __FAST_MATH__ && !defined TEST_FAST_MATH
# error "glibc must not be compiled with -ffast-math"
#endif