From 7b94419cf9116cc0fe746b88cdd900383ed69869 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 8 Apr 2003 09:12:43 +0000 Subject: [PATCH] Removed spurious character ('g' probably to early hit it for cvs-update or well, Gnus mailcheck) --- scripts/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autogen.sh b/scripts/autogen.sh index d01e1c856..581c18302 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -34,7 +34,7 @@ if test "$1" = "--build-w32"; then echo "We need at least version 0.3 of MingW32/CPD" >&2 exit 1 fi -g + if [ -f "$tsdir/config.log" ]; then if ! head $tsdir/config.log | grep i386--mingw32 >/dev/null; then echo "Pease run a 'make distclean' first" >&2