non-gnu fix
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Dec 2002 17:08:10 +0000 (17:08 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Dec 2002 17:08:10 +0000 (17:08 +0000)
Original commit message from CVS:
non-gnu fix

gst-autogen.sh

index 07225a5449a857f945f5d3b02b2ff3f37883bca8..d8fecc631e0d43f12966866418b363468fe4bef5 100644 (file)
@@ -198,7 +198,7 @@ die_check ()
 
 autogen_options ()
 {
-  if test `getopt --version | cut -d' ' -f2` != "(enhanced)"; then
+  if test "x`getopt --version | cut -d' ' -f2`" != "x(enhanced)"; then
     echo "- non-gnu getopt(1) detected, not running getopt on autogen command-line options"
     return 0
   fi