summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-08 17:46:43 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-08 17:48:39 +0200
commitf12b13103e300ca77af038a847df293108681d53 (patch)
treed84a417fe2ce69af5eb84dabf24422307b425b00 /configure.ac
parentmodel the WinOpenGLContext::isCurrent like the X11OpenGLContext::isCurrent (diff)
downloadcore-f12b13103e300ca77af038a847df293108681d53.tar.gz
core-f12b13103e300ca77af038a847df293108681d53.zip
Display a summary of fuzzing in command-line form at the end of configure
Makes it easier to reproduce a fuzzed configuration manually. Change-Id: Ief4df847f1f17c64607e6e5eaf402737bd50704b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4295ee16ce12..2d34934e6ec8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12858,6 +12858,8 @@ fi
AC_SUBST(LO_PATH)
+libo_FUZZ_SUMMARY
+
# Generate a configuration md5 we can use for deps
if test -f config_host.mk; then
config_md5=`$MD5SUM config_host.mk | sed "s/ .*//"`