From 22b48064409c870d7dc9253f22bd74b1767afe9d Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 24 Apr 2012 15:30:53 +0200 Subject: [PATCH] configure.ac: Use AC_MSG_RESULT() to display summary. This makes sure the summary ends up in config.log as well. --- configure.ac | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/configure.ac b/configure.ac index dfc30d6..4dba234 100644 --- a/configure.ac +++ b/configure.ac @@ -216,27 +216,27 @@ AM_CONDITIONAL([BUILD_DOCUMENTATION], test "x$build_documentation" = "xyes") AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile]) AC_OUTPUT -cat <