summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hack-macros/gnome.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/hack-macros/gnome.m4 b/hack-macros/gnome.m4
index 4db1c7ba..e41a241e 100644
--- a/hack-macros/gnome.m4
+++ b/hack-macros/gnome.m4
@@ -120,7 +120,8 @@ AC_ARG_ENABLE(gnometest, [ --disable-gnometest Do not try to compile and
AC_SUBST(GNORBA_CFLAGS)
AC_SUBST(GNORBA_LIBS)
elif test -n "$module"; then
- AC_MSG_RESULT([$module library is not installed])
+ echo
+ AC_MSG_RESULT([*** $module library is not installed])
ifelse([$3], , :, [$3])
gnome_m4_notfound=yes
fi