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)
commit7a7ba7797077f8fce7289fb94168489e6e0b91c0
tree196dc5b288ffe786c89bfc1d1083a96cb6807e67
parent362aaed4308d7e20b191a7e228f9b77bf28bfc46
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.
moonshot/configure.ac