From 87377e4016b150a867bdd5a06d1426e2fe65e5e9 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 17 Jan 2002 17:58:31 +0000 Subject: [PATCH] Fixed typo. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index c04594044..06c2f96cb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -36,7 +36,7 @@ echo "Running autoconf" autoconf # fixup Makefiles for Irix -if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then +if test "$OSTYPE" = "IRIX" -o "$OSTYPE" = "IRIX64"; then echo "Fixing Makefiles for Irix" for n in `find . -name Makefile.in`; do \ mv -f $n $n.ar-new; \ -- 2.39.5