summaryrefslogtreecommitdiffstats
path: root/sss_client/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-07-13 09:12:33 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-07-13 12:13:55 -0400
commit7f5e857a11f932c247b5a96d0d86768226ba2e96 (patch)
tree979dd585dbcc4d4405cf64b915ee944268d59712 /sss_client/configure.ac
parentc26fd1ebd626a01f9c56796c64f6824525d77085 (diff)
downloadsssd-7f5e857a11f932c247b5a96d0d86768226ba2e96.tar.gz
sssd-7f5e857a11f932c247b5a96d0d86768226ba2e96.tar.xz
sssd-7f5e857a11f932c247b5a96d0d86768226ba2e96.zip
Build all SSSD components with warnings enabled
Previously, only the SSSD server components were being built with compile-time warnings enabled. This patch will ensure that all components in common and sss_client are also built the same way.
Diffstat (limited to 'sss_client/configure.ac')
-rw-r--r--sss_client/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/sss_client/configure.ac b/sss_client/configure.ac
index be1b4ccb0..97fc83def 100644
--- a/sss_client/configure.ac
+++ b/sss_client/configure.ac
@@ -11,6 +11,8 @@ AC_CONFIG_MACRO_DIR([m4])
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
+AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = yes])
+
m4_pattern_allow([AM_SILENT_RULES])
AM_SILENT_RULES