aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac22
1 files changed, 8 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 23bd1b5..0aeaf4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -792,20 +792,14 @@ AS_IF([test "x$HAVE_FLAC_TRUE" = "x#"],
792AS_IF([test "x$HAVE_SMF_TRUE" = "x#"], 792AS_IF([test "x$HAVE_SMF_TRUE" = "x#"],
793 [AC_MSG_NOTICE([NOTICE: libsmf not found, midi support disabled])]) 793 [AC_MSG_NOTICE([NOTICE: libsmf not found, midi support disabled])])
794 794
795if test "x$HAVE_MPEG2_TRUE" = "x#" 795AS_IF([test "x$HAVE_MPEG2_TRUE" = "x#"],
796then 796 [AC_MSG_NOTICE([NOTICE: libmpeg2 not found, mpeg2 support disabled])])
797 AC_MSG_NOTICE([NOTICE: libmpeg2 not found, mpeg2 support disabled]) 797
798fi 798AS_IF([test "x$HAVE_MP4V2_TRUE" = "x#"],
799 799 [AC_MSG_NOTICE([NOTICE: libmp4v2 not found, mp4 support disabled])])
800if test "x$HAVE_MP4V2_TRUE" = "x#" 800
801then 801AS_IF([test "x$HAVE_CXX" != "xyes"],
802 AC_MSG_NOTICE([NOTICE: libmp4v2 not found, mp4 support disabled]) 802 [AC_MSG_NOTICE([NOTICE: no C++ compiler found (not compiling plugins that require C++)])])
803fi
804
805if test "x$HAVE_CXX" != "xyes"
806then
807 AC_MSG_NOTICE([NOTICE: no C++ compiler found (not compiling plugins that require C++)])
808fi
809 803
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], 804AS_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],
811 [AS_IF([test x$enable_experimental = xyes], 805 [AS_IF([test x$enable_experimental = xyes],