From de68be0c16181a66f42fad60319e273097f60245 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 5 Mar 2002 12:14:21 +0000 Subject: [PATCH] this was the wrong way around Original commit message from CVS: this was the wrong way around --- gst-autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4