diff options
Diffstat (limited to 'gst-autogen.sh')
-rw-r--r-- | gst-autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-autogen.sh b/gst-autogen.sh index 0541cfe..841cbfe 100644 --- a/gst-autogen.sh +++ b/gst-autogen.sh @@ -190,7 +190,7 @@ autogen_options () done for arg do CONFIGURE_EXT_OPT="$CONFIGURE_EXT_OPT $arg"; done - if test -z "$CONFIGURE_EXT_OPT" + if test ! -z "$CONFIGURE_EXT_OPT" then echo "+ options passed to configure: $CONFIGURE_EXT_OPT" fi |