configure: GNU_SOURCE is redundant
authorSam hartman <hartmans@painless-security.com>
Fri, 16 Sep 2011 15:16:28 +0000 (16:16 +0100)
committerSam Hartman <hartmans@painless-security.com>
Fri, 16 Sep 2011 15:22:32 +0000 (11:22 -0400)
commit8aae8d6fd6688c502cebbb436571baa4531af8a7
tree9e43e763a6b22ae1d167b89405810dd2830c940a
parent1b8f3e3673030028a1f13a0fb4958560f7368fb5
configure: GNU_SOURCE is redundant

You only want either use_extensions or gnu_source. use_extensions is
the modern preferred way to enable gnu_source.

This commit fixes a lot of useless warnings at autoreconf time.
configure.ac