summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-04-03 17:09:44 -0400
committerAdrian Thurston <thurston@complang.org>2015-04-03 17:09:44 -0400
commitc8b421d4412cf96f2408b63cc7a5497884e5e672 (patch)
tree0ca75935a17aa613e31033fc0d5add8aadb784c2 /configure.ac
parent55f268c6e8f2c6f6821e56625efa999829d40281 (diff)
downloadcolm-c8b421d4412cf96f2408b63cc7a5497884e5e672.tar.gz
some warning fixes, CFLAGS default needs to be higher in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0aa6e4b4..18dbdbd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,9 @@ PUBDATE="Jan 2015"
AM_INIT_AUTOMAKE([foreign])
+: ${CFLAGS="-Wall -g"}
+: ${CXXFLAGS="-Wall -g"}
+
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST(PUBDATE)
@@ -39,9 +42,6 @@ AM_CONDITIONAL(BUILD_MANUAL, [test "x$build_manual" = "xyes"])
AC_CHECK_SIZEOF([long])
-: ${CFLAGS="-Wall -g"}
-: ${CXXFLAGS="-Wall -g"}
-
dnl Generic dependency specification.
AC_ARG_WITH(deps,
[AC_HELP_STRING([--with-deps], [generic dependency location])],