X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fwestley%2Fconfigure;h=53aacd25fa97b5384758bf276492264e35080656;hb=16b6d374cf80004b192aae74a55b0452c7ee809d;hp=c76eda07219729a40bdd879088169c606f4eade2;hpb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;p=melted diff --git a/src/modules/westley/configure b/src/modules/westley/configure index c76eda0..53aacd2 100755 --- a/src/modules/westley/configure +++ b/src/modules/westley/configure @@ -3,14 +3,14 @@ if [ "$help" != "1" ] then -cat << EOF >> ../producers.dat -westley libmltwestley$LIBSUF -westley-xml libmltwestley$LIBSUF -EOF - -cat << EOF >> ../consumers.dat -westley libmltwestley$LIBSUF -EOF + which xml2-config > /dev/null 2>&1 + disable_xml2=$? + if [ "$disable_xml2" != "0" ] + then + echo "- xml2 not found: disabling westley modules" + touch ../disable-westley + fi + exit 0 fi