commit c21acdf1e53f73e9b0305738aa9828c3815804a7
parent 274c4051c2ce3759a036e038116b7fbaf777d75b
Author: Nils Durner <durner@gnunet.org>
Date: Fri, 20 Feb 2009 18:35:10 +0000
don't warn if Qt4 is installed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -658,7 +658,7 @@ else
AC_MSG_NOTICE([NOTICE: FFmpeg thumbnailer plugin enabled (security untested)])
fi
-if test "x$without_gtk" = "xtrue" -a "x$qt" = "x0" -a "x$ffmpeg_enabled" = "x0"
+if test "x$without_gtk" = "xtrue" -a "x$qt" = "x0" -a "x$qt4" = "x0" -a "x$ffmpeg_enabled" = "x0"
then
AC_MSG_NOTICE([NOTICE: neither gtk nor Qt not found, no thumbnail support])
fi