From d12639558defd8be43dc0c5c43a80f6397900bd5 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Mon, 7 Nov 2011 12:00:06 +1100 Subject: Add missing AC_MSG_RESULT --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1c0853cd3..c3a8dc66f 100644 --- a/configure.ac +++ b/configure.ac @@ -606,6 +606,7 @@ if test "x$enable_goa" != "xno"; then AC_MSG_CHECKING([Mission Control plugins dir]) MISSION_CONTROL_PLUGINS_DIR=`pkg-config --variable=plugindir mission-control-plugins` + AC_MSG_RESULT([$MISSION_CONTROL_PLUGINS_DIR]) AC_SUBST(MISSION_CONTROL_PLUGINS_DIR) else have_goa=no -- cgit v1.2.3