diff src/c/Makefile.in @ 1581:1ced338f691a

Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X
author Adam Chlipala <adam@chlipala.net>
date Wed, 26 Oct 2011 09:10:40 -0400
parents 7770ef82c463
children 27d68ccb2c9e
line wrap: on
line diff
--- a/src/c/Makefile.in	Fri Oct 21 08:51:30 2011 -0400
+++ b/src/c/Makefile.in	Wed Oct 26 09:10:40 2011 -0400
@@ -248,7 +248,7 @@
 liburweb_fastcgi_la_SOURCES = fastcgi.c
 liburweb_static_la_SOURCES = static.c
 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@
-AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security
+AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations
 all: all-am
 
 .SUFFIXES: