gst-gmyth/configure.ac
branchtrunk
changeset 800 2b1824e138b1
parent 787 e42706ada231
child 854 871e367c9d90
     1.1 --- a/gst-gmyth/configure.ac	Sat Jul 14 17:20:54 2007 +0100
     1.2 +++ b/gst-gmyth/configure.ac	Mon Aug 13 22:29:00 2007 +0100
     1.3 @@ -114,9 +114,10 @@
     1.4  AC_SUBST(GST_PLUGINS_BASE_CFLAGS)
     1.5  
     1.6  PKG_CHECK_MODULES(GMYTH, gmyth >= 0.3, HAVE_GMYTH=yes,HAVE_GMYTH=no)
     1.7 -if test "x$HAVE_GMYTH" = "xno"; then
     1.8 -  AC_MSG_ERROR(you need gmyth >= 0.3 installed)
     1.9 +if test "x$HAVE_GMYTH" = "xyes"; then
    1.10 +  AC_DEFINE([WITH_GMYTH],[1],[Define if GMYTH support is enabled])
    1.11  fi
    1.12 +AM_CONDITIONAL(WITH_GMYTH, test "x$HAVE_GMYTH" = "xyes")
    1.13  AC_SUBST(GMYTH_CFLAGS)
    1.14  AC_SUBST(GMYTH_LIBS)
    1.15