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