--- configure.orig 2005-04-15 15:24:57.000000000 +1000 +++ configure 2005-04-15 15:25:16.000000000 +1000 @@ -19862,7 +19862,7 @@ fi fi -if ! "$SED_PROG" -V 2> /dev/null | head -n 1 | grep -q "GNU sed"; then +if ! "$SED_PROG" --version 2> /dev/null | head -n 1 | grep -q "GNU sed"; then { { echo "$as_me:$LINENO: error: Unable to GNU sed in the PATH. You need GNU sed to configure OGMRip. Find it on ftp://ftp.gnu.org/gnu/sed" >&5 echo "$as_me: error: Unable to GNU sed in the PATH. You need GNU sed to configure OGMRip. Find it on ftp://ftp.gnu.org/gnu/sed" >&2;} { (exit 1); exit 1; }; }