summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-03-05 12:14:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-03-05 12:14:21 +0000
commitde68be0c16181a66f42fad60319e273097f60245 (patch)
tree0c982f2eecbdec3ce28662bae3e64d310983d2c3
parent2adced54d821c7870fd4d9e5e19482418a64c931 (diff)
downloadgstreamer-common-de68be0c16181a66f42fad60319e273097f60245.tar.gz
Original commit message from CVS: this was the wrong way around
-rw-r--r--gst-autogen.sh2
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