]> git.sesse.net Git - mlt/blobdiff - src/modules/configure
Fix compile error on Windows.
[mlt] / src / modules / configure
index e80a585d7f1f6df3b47729fde68ea6a8cd2ab3ef..618619c6840428c47181888c60128b2466a26ad5 100755 (executable)
@@ -19,7 +19,7 @@ for i in *
 do
        if [ -d $i -a \( "$help" = "1" -o ! -f disable-$i \) ]
        then
-               if [ "$gpl" = "true" -o ! -f $i/gpl ]
+               if [ "$gpl" = "true" -o ! -f $i/gpl -o "$help" = "1" ]
                then
                        [ -f $i/Makefile -a "$help" = "0" ] && echo "Configuring modules/$i:"
                        if [ -x $i/configure ]