configure: With -Werror, add -Wno-error=deprecated-declarations.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Jun 2015 17:05:29 +0000 (10:05 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Jun 2015 17:05:29 +0000 (10:05 -0700)
commit759874be9bfdb6d648d5a01e0daaa7d3e321ae54
tree7e8a7b49a75bdeb32d45f340aed546d8bf82e889
parent7425ac6542200f99857a855c00ee8585077ba6f2
configure: With -Werror, add -Wno-error=deprecated-declarations.

The PSPP code for GTK+3 still uses several deprecated interfaces, so
using -Werror without -Wno-error=deprecated-declarations prevents the tree
from compiling.

I hope that this is a temporary measure.
acinclude.m4