aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-02-20 18:35:10 +0000
committerNils Durner <durner@gnunet.org>2009-02-20 18:35:10 +0000
commitc21acdf1e53f73e9b0305738aa9828c3815804a7 (patch)
tree4ac91fa4cd1f3b88a8646cbfe95bd69953c67ac3 /configure.ac
parent274c4051c2ce3759a036e038116b7fbaf777d75b (diff)
downloadlibextractor-c21acdf1e53f73e9b0305738aa9828c3815804a7.tar.gz
libextractor-c21acdf1e53f73e9b0305738aa9828c3815804a7.zip
don't warn if Qt4 is installed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 04cc07d..ee3f8d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -658,7 +658,7 @@ else
658 AC_MSG_NOTICE([NOTICE: FFmpeg thumbnailer plugin enabled (security untested)]) 658 AC_MSG_NOTICE([NOTICE: FFmpeg thumbnailer plugin enabled (security untested)])
659fi 659fi
660 660
661if test "x$without_gtk" = "xtrue" -a "x$qt" = "x0" -a "x$ffmpeg_enabled" = "x0" 661if test "x$without_gtk" = "xtrue" -a "x$qt" = "x0" -a "x$qt4" = "x0" -a "x$ffmpeg_enabled" = "x0"
662then 662then
663 AC_MSG_NOTICE([NOTICE: neither gtk nor Qt not found, no thumbnail support]) 663 AC_MSG_NOTICE([NOTICE: neither gtk nor Qt not found, no thumbnail support])
664fi 664fi