summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-22 17:15:57 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-22 17:15:57 +0200
commitf1c978475cfeb8b4f3a29720b913c5aa86e3c27a (patch)
tree0e5f1bc3ad4d6e12892eb85ff3ce78c74c61f6cc /configure.in
parent5009ceb190ceeaa4faace8fae6fd547037685d41 (diff)
AC_MSG_RESULT cleanup part 2
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 89a3b8b3..7a5c68b7 100644
--- a/configure.in
+++ b/configure.in
@@ -580,7 +580,6 @@ dnl #######################################################################
 
 if test "x$dbus" = "xyes" ; then
 	PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.60 dbus-glib-1 >= 0.60 gthread-2.0], dbus=yes, [
-		AC_MSG_RESULT(no)
 		dbus=no
 	])
 	AC_PATH_PROG(DBUS_BINDING_TOOL, dbus-binding-tool, no)
@@ -619,7 +618,6 @@ dnl *********************************************************************
 
 if test "$spell" = "gtkspell" ; then
 	PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, [], [
-		AC_MSG_RESULT(no)
 		spell=no
 	])
 	if test "$spell" != "no" ; then