diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-05 12:14:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-05 12:14:21 +0000 |
commit | de68be0c16181a66f42fad60319e273097f60245 (patch) | |
tree | 0c982f2eecbdec3ce28662bae3e64d310983d2c3 | |
parent | 2adced54d821c7870fd4d9e5e19482418a64c931 (diff) |
this was the wrong way aroundcry_baby_0_2_0_0RELEASE-0_3_3-GUADECBYFOOTBRANCH-RELEASE-0_3_3-ROOTBRANCH-EVENTS2-ROOTBRANCH-RELEASE-0_3_3BRANCH-EVENTS2
Original commit message from CVS:
this was the wrong way around
-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 |