]> git.sesse.net Git - mlt/commitdiff
Display all configure options with --help.
authorDan Dennedy <dan@dennedy.org>
Fri, 25 Mar 2011 05:11:27 +0000 (22:11 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 25 Mar 2011 05:11:27 +0000 (22:11 -0700)
Regardless of --enable-gpl setting.

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 ]