summaryrefslogtreecommitdiffstats
path: root/common/dhash/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'common/dhash/configure.ac')
-rw-r--r--common/dhash/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/dhash/configure.ac b/common/dhash/configure.ac
index feabc4845..bd2102877 100644
--- a/common/dhash/configure.ac
+++ b/common/dhash/configure.ac
@@ -7,6 +7,8 @@ AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_INSTALL
+AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = yes])
+
m4_pattern_allow([AM_SILENT_RULES])
AM_SILENT_RULES