From 916941fce34a49740f3d98f3eb205d596cca81e4 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 30 Oct 2008 20:50:45 +0100 Subject: Fix. --- guile/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guile') diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am index bb579b7a14..013658d145 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -69,7 +69,7 @@ if HAVE_GCC # Generated `.x' files and Guile's `scm_c_define_gsubr ()' require # `-Wno-strict-prototypes'. This trick makes sure `-Wno-s-p' appears # after `-Ws-p'. -AM_CFLAGS += -Wno-strict-prototypes +AM_CFLAGS = -Wno-strict-prototypes # The `-fgnu89-inline' option appeared in GCC 4.1.3. if HAVE_GCC_GNU89_INLINE_OPTION -- cgit v1.2.1