commit 1ff488ca3fe6b2f625ef06d568c7c005e1870b55
parent 13cfc834274aa6a3f696d77cca06c2b444264484
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 24 Aug 2013 08:04:11 +0000
-cleaning up error messages
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -768,7 +768,7 @@ fi
if test "x$without_gtk" = "xtrue"
then
- AC_MSG_NOTICE([NOTICE: libgtk2+ not found, gtk thumbnail support disabled])
+ AC_MSG_NOTICE([NOTICE: libgtk3+ not found, gtk thumbnail support disabled])
fi
if test "x$HAVE_VORBISFILE_TRUE" = "x#"
@@ -811,7 +811,3 @@ else
AC_MSG_NOTICE([NOTICE: gstreamer not found, gstreamer support disabled])
fi
-if test $without_gtk != false
-then
- AC_MSG_NOTICE([NOTICE: gtk+ not found, gtk support disabled])
-fi