X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fwestley%2Fconfigure;h=53aacd25fa97b5384758bf276492264e35080656;hb=f12b5f24ed056d58463b83de181e9111e8a71c8a;hp=65cbb5f13217c8512119e6f285d055627b4cc877;hpb=0d11d01985addab9e343840e9edebefeb74e69ee;p=melted diff --git a/src/modules/westley/configure b/src/modules/westley/configure index 65cbb5f..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