summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-27 00:44:57 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-27 00:44:57 +0200
commitd73bc85364ee5a6fcbc329d1065ff352b1b08be7 (patch)
tree74dae5a579c19a2adcf51feaa58d3efb369b50d6 /Makefile.am
parent01dd59c0b60fded47f60da4be855e3ccaf792d7d (diff)
* Makefile.am (AM_CFLAGS): Add -fno-builtin-log.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d904dca4..ccca7f31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,9 @@ AM_CPPFLAGS += \
-I$(top_srcdir)/$(systype)/include/mach/sa \
-I$(top_srcdir)/include
+AM_CFLAGS += \
+ -fno-builtin-log
+
# Yes, this makes the eyes hurt. But perhaps someone will finally take care of
# all that scruffy Mach code... Also see <http://savannah.gnu.org/task/?5726>.
AM_CFLAGS += \