diff src/c/Makefile.in @ 1474:3d0cc841cafd

Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)
author Adam Chlipala <adam@chlipala.net>
date Fri, 17 Jun 2011 11:52:56 -0400
parents 969b90b1f2f9
children 9cb923efea4d
line wrap: on
line diff
--- a/src/c/Makefile.in	Wed Jun 15 09:52:06 2011 -0400
+++ b/src/c/Makefile.in	Fri Jun 17 11:52:56 2011 -0400
@@ -237,7 +237,7 @@
 liburweb_cgi_la_SOURCES = cgi.c
 liburweb_fastcgi_la_SOURCES = fastcgi.c
 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@
-AM_CFLAGS = -Wimplicit -Wall -Werror
+AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security
 all: all-am
 
 .SUFFIXES: