]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix.
authorSimon Josefsson <simon@josefsson.org>
Thu, 30 Oct 2008 19:50:45 +0000 (20:50 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 30 Oct 2008 19:50:45 +0000 (20:50 +0100)
guile/src/Makefile.am

index bb579b7a1499f9d6a7d92bbdd062a51b42a31a5f..013658d1456290797d64207e7028186463225689 100644 (file)
@@ -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