From 6ad1c1c257c74c82179a0eb62277ceef1cc4e9e0 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 31 Jan 2006 23:35:06 +0000 Subject: Sync with internal subversion --- hardinfo2/configure | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hardinfo2/configure') diff --git a/hardinfo2/configure b/hardinfo2/configure index 3d174597..58f791c5 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -57,9 +57,9 @@ case $PROC in parisc*) ln -sf linux/parisc arch/this ARCH="ARCH_PARISC" ;; - ia64) - ln -sf linux/ia64 arch/this - ARCH="ARCH_IA64" ;; + sparc*) + ln -sf linux/sparc arch/this + ARCH="ARCH_SPARC" ;; *) # uname -m on m68k doesn't return anything useful :/ grep "680?0" /proc/cpuinfo > /dev/null @@ -91,6 +91,7 @@ if [ -e "$LSPCI" ]; then echo $LSPCI else echo "lspci cannot be found" + exit fi # --------------------------------------------------------------------------- @@ -153,6 +154,7 @@ echo "GTK_CFLAGS = ${GTK_FLAGS}" >> Makefile echo "GLADE_LIBS = ${GLADE_LIBS}" >> Makefile echo "GLADE_CFLAGS = ${GLADE_FLAGS}" >> Makefile echo "PACKAGE = `basename ${PWD}`" >> Makefile +echo "ARCHOPTS = " >> Makefile cat Makefile.in >> Makefile -- cgit v1.2.3