summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-09 11:40:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-09 11:42:58 +0000
commitc1ed005edc4e8364f4021a85e5ad1ee700d4e204 (patch)
tree6b8c0c2bb99931cee7a18810d7cc7bc860b72ba7 /configure.ac
parent69103eaab126ca785d248b611ad4f8ed7b6b1403 (diff)
fix oss-fuzz build
Change-Id: I22823323e0b4e15dbd6ea5f7efd35301995315bf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 145505c6e390..92d21b8d0385 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9245,7 +9245,7 @@ if test "$enable_fuzzers" != yes; then
else
AC_MSG_RESULT([yes])
ENABLE_FUZZERS="TRUE"
- AC_DEFINE(ENABLE_FUZZERS)
+ AC_DEFINE([ENABLE_FUZZERS],1)
BUILD_TYPE="$BUILD_TYPE FUZZERS"
fi
AC_SUBST(ENABLE_FUZZERS)
@@ -12863,6 +12863,7 @@ AC_CONFIG_HEADERS([config_host/config_dbus.h])
AC_CONFIG_HEADERS([config_host/config_features.h])
AC_CONFIG_HEADERS([config_host/config_firebird.h])
AC_CONFIG_HEADERS([config_host/config_folders.h])
+AC_CONFIG_HEADERS([config_host/config_fuzzers.h])
AC_CONFIG_HEADERS([config_host/config_gio.h])
AC_CONFIG_HEADERS([config_host/config_global.h])
AC_CONFIG_HEADERS([config_host/config_gpgme.h])