From 9406cc89f352868b5eed5b0b9e7d4a6abb5e2704 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Fri, 19 May 2000 17:39:20 +0000 Subject: [PATCH] make better check on valid architecture git-svn-id: http://root.cern.ch/svn/root/trunk@22 27541ba8-7e3a-0410-8455-c3a389f83636 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b507da97378..7943255d6a2 100755 --- a/configure +++ b/configure @@ -74,7 +74,7 @@ if [ $# -lt 1 ] ; then else case $1 in -h|--help) confhelp ; exit 0 ;; - *) if `grep "^$1" $ARCHS >/dev/null 2>&1` ; then + *) if `grep "^$1 " $ARCHS >/dev/null 2>&1` ; then arch=$1 echo "Configuring for $arch" shift -- GitLab