aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac85
1 files changed, 28 insertions, 57 deletions
diff --git a/configure.ac b/configure.ac
index d0e4f44..23bd1b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -759,60 +759,38 @@ AS_IF([test "x$HAVE_ZLIB_TRUE" = "x#"],
759AS_IF([test "x$HAVE_BZ2_TRUE" = "x#"], 759AS_IF([test "x$HAVE_BZ2_TRUE" = "x#"],
760 [AC_MSG_NOTICE([NOTICE: libbz2 not found, bz2 support disabled])]) 760 [AC_MSG_NOTICE([NOTICE: libbz2 not found, bz2 support disabled])])
761 761
762if test "x$HAVE_EXIV2_TRUE" = "x#" 762AS_IF([test "x$HAVE_EXIV2_TRUE" = "x#"],
763then 763 [AC_MSG_NOTICE([NOTICE: libexiv2 not found, exiv2 disabled])])
764 AC_MSG_NOTICE([NOTICE: libexiv2 not found, exiv2 disabled])
765fi
766 764
767if test "x$HAVE_TIFF_TRUE" = "x#" 765AS_IF([test "x$HAVE_TIFF_TRUE" = "x#"],
768then 766 [AC_MSG_NOTICE([NOTICE: libtiff not found, tiff disabled])])
769 AC_MSG_NOTICE([NOTICE: libtiff not found, tiff disabled])
770fi
771 767
772if test "x$HAVE_JPEG_TRUE" = "x#" 768AS_IF([test "x$HAVE_JPEG_TRUE" = "x#"],
773then 769 [AC_MSG_NOTICE([NOTICE: libjpeg not found, jpeg disabled])])
774 AC_MSG_NOTICE([NOTICE: libjpeg not found, jpeg disabled])
775fi
776 770
777if test "x$HAVE_GIF_TRUE" = "x#" 771AS_IF([test "x$HAVE_GIF_TRUE" = "x#"]
778then 772 [AC_MSG_NOTICE([NOTICE: libgif not found, gif disabled])])
779 AC_MSG_NOTICE([NOTICE: libgif not found, gif disabled])
780fi
781 773
782if test "x$have_gsf" != "xtrue" 774AS_IF([test "x$have_gsf" != "xtrue"],
783then 775 [AC_MSG_NOTICE([NOTICE: libgsf not found, no OLE2 (MS Office) support])])
784 AC_MSG_NOTICE([NOTICE: libgsf not found, no OLE2 (MS Office) support])
785fi
786 776
787if test "x$ffmpeg_enabled" = "x0" 777AS_IF([test "x$ffmpeg_enabled" = "x0"],
788then 778 [AC_MSG_NOTICE([NOTICE: FFmpeg thumbnailer plugin disabled])])
789 AC_MSG_NOTICE([NOTICE: FFmpeg thumbnailer plugin disabled])
790fi
791 779
792if test "x$new_ffmpeg" = "x0" 780AS_IF([test "x$new_ffmpeg" = "x0"],
793then 781 [AC_MSG_NOTICE([NOTICE: FFmpeg/opus audio preview plugin disabled, It needs libav >= 10, or a FFmpeg with --enable-libavresample])])
794 AC_MSG_NOTICE([NOTICE: FFmpeg/opus audio preview plugin disabled, It needs libav >= 10, or a FFmpeg with --enable-libavresample])
795fi
796 782
797if test "x$have_gdk_pixbuf" = "x0" 783AS_IF([test "x$have_gdk_pixbuf" = "x0"],
798then 784 [AC_MSG_NOTICE([NOTICE: libgdk-pixbuf not found, gtk thumbnail support disabled])])
799 AC_MSG_NOTICE([NOTICE: libgdk-pixbuf not found, gtk thumbnail support disabled])
800fi
801 785
802if test "x$HAVE_VORBISFILE_TRUE" = "x#" 786AS_IF([test "x$HAVE_VORBISFILE_TRUE" = "x#"],
803then 787 [AC_MSG_NOTICE([NOTICE: libvorbis not found, vorbis support disabled])])
804 AC_MSG_NOTICE([NOTICE: libvorbis not found, vorbis support disabled])
805fi
806 788
807if test "x$HAVE_FLAC_TRUE" = "x#" 789AS_IF([test "x$HAVE_FLAC_TRUE" = "x#"],
808then 790 [AC_MSG_NOTICE([NOTICE: libflac not found, flac support disabled])])
809 AC_MSG_NOTICE([NOTICE: libflac not found, flac support disabled])
810fi
811 791
812if test "x$HAVE_SMF_TRUE" = "x#" 792AS_IF([test "x$HAVE_SMF_TRUE" = "x#"],
813then 793 [AC_MSG_NOTICE([NOTICE: libsmf not found, midi support disabled])])
814 AC_MSG_NOTICE([NOTICE: libsmf not found, midi support disabled])
815fi
816 794
817if test "x$HAVE_MPEG2_TRUE" = "x#" 795if test "x$HAVE_MPEG2_TRUE" = "x#"
818then 796then
@@ -829,17 +807,10 @@ then
829 AC_MSG_NOTICE([NOTICE: no C++ compiler found (not compiling plugins that require C++)]) 807 AC_MSG_NOTICE([NOTICE: no C++ compiler found (not compiling plugins that require C++)])
830fi 808fi
831 809
832if test x$have_gstreamer = xyes -a x$have_gstreamer_pbutils = xyes -a x$have_gstreamer_tag = xyes -a x$have_gstreamer_app = xyes -a ! x$without_glib = xtrue 810AS_IF([test x$have_gstreamer = xyes -a x$have_gstreamer_pbutils = xyes -a x$have_gstreamer_tag = xyes -a x$have_gstreamer_app = xyes -a ! x$without_glib = xtrue],
833then 811 [AS_IF([test x$enable_experimental = xyes],
834if test x$enable_experimental = xyes 812 [AC_MSG_NOTICE([NOTICE: gstreamer enabled])])],
835then 813 [AC_MSG_NOTICE([NOTICE: gstreamer not found, gstreamer support disabled])])
836 AC_MSG_NOTICE([NOTICE: gstreamer enabled])
837fi
838else
839 AC_MSG_NOTICE([NOTICE: gstreamer not found, gstreamer support disabled])
840fi
841 814
842if test "x$HAVE_APPARMOR_TRUE" = "x#" 815AS_IF([test "x$HAVE_APPARMOR_TRUE" = "x#"],
843then 816 [AC_MSG_NOTICE([NOTICE: libapparmor not found, apparmor support disabled])])
844 AC_MSG_NOTICE([NOTICE: libapparmor not found, apparmor support disabled])
845fi