From 7f5e857a11f932c247b5a96d0d86768226ba2e96 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 13 Jul 2009 09:12:33 -0400 Subject: 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. --- sss_client/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sss_client/configure.ac') 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 -- cgit