summaryrefslogtreecommitdiffstats
path: root/daemons/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-11-04 17:08:26 +0100
committerSimo Sorce <ssorce@redhat.com>2010-11-22 16:01:35 -0500
commitce75d1c6d6595bcb26dbacf7393098a8f9accb3f (patch)
treeb5296adcad725d4b543fa566e906c2ed711054d9 /daemons/configure.ac
parent5da451876e76fa8bfc04a537d30c2d3c5ef84841 (diff)
downloadfreeipa-ce75d1c6d6595bcb26dbacf7393098a8f9accb3f.tar.gz
freeipa-ce75d1c6d6595bcb26dbacf7393098a8f9accb3f.tar.xz
freeipa-ce75d1c6d6595bcb26dbacf7393098a8f9accb3f.zip
Stricter compilation flags
Use a little stricter compilation flags, in particular -Wall and treat implicit function declarations as errors. Signed-off-by: Simo Sorce <ssorce@redhat.com>
Diffstat (limited to 'daemons/configure.ac')
-rw-r--r--daemons/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemons/configure.ac b/daemons/configure.ac
index 53806f52d..da86557d2 100644
--- a/daemons/configure.ac
+++ b/daemons/configure.ac
@@ -16,6 +16,8 @@ AC_PROG_LIBTOOL
AC_HEADER_STDC
+AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = yes])
+
AC_SUBST(VERSION)
dnl ---------------------------------------------------------------------------