summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorgreg <greg@blackbox>2009-06-18 20:44:12 +0200
committergreg <greg@blackbox>2009-06-20 03:38:00 +0200
commit18c4ba3955a56254b40416922e3db6915007c3ee (patch)
tree6f968fcfe2267f59362a217df304e9fe4a1f5d99 /configure.ac
parent20e0278ffcc94c110fd749a9c804168c49738025 (diff)
downloadlibass-18c4ba3955a56254b40416922e3db6915007c3ee.tar.bz2
libass-18c4ba3955a56254b40416922e3db6915007c3ee.tar.xz
Add -Wall to CFLAGS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ead3ab6..ca2ba21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,5 +54,8 @@ AC_CHECK_FUNCS([memset mkdir strcasecmp strchr strdup strerror strstr strtol])
# Setup output beautifier.
SHAVE_INIT([shave], [enable])
+# More sensible compile flags
+CFLAGS="$CFLAGS -Wall"
+
AC_CONFIG_FILES([Makefile libass/Makefile test/Makefile libass.pc shave/shave shave/shave-libtool])
AC_OUTPUT