diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-21 12:19:20 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-21 12:19:20 +0200 |
commit | 96c0aca73449f2ac5430526db859a43633165123 (patch) | |
tree | e533af3a0b301eaa1ac4d99534b560ba5c8e08f5 /Makefile.am | |
parent | 8215323a5b267bc344dcb7ec0b4534beb731b499 (diff) | |
download | gnutls-96c0aca73449f2ac5430526db859a43633165123.tar.gz |
Don't use CFLAGS with distcheck, causes errors in ./configure tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index bebdb5cf4a..0b80e35aee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc \ - CFLAGS="-Werror -Wall -Wno-pointer-sign" +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc SUBDIRS = lgl gl includes lib libextra src doc tests po |