summaryrefslogtreecommitdiff
path: root/guile/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-30 20:50:45 +0100
committerSimon Josefsson <simon@josefsson.org>2008-10-30 20:50:45 +0100
commit916941fce34a49740f3d98f3eb205d596cca81e4 (patch)
tree5bd7aa533bae2ad6466d11433036085875b1e14e /guile/src
parentfcf9ef8f0764b1a02d71b97d33f0201e5ef82deb (diff)
downloadgnutls-916941fce34a49740f3d98f3eb205d596cca81e4.tar.gz
Fix.
Diffstat (limited to 'guile/src')
-rw-r--r--guile/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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