From 7817bef866acdc297df16e10085aca1ac05762b7 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Sat, 12 Dec 2009 19:40:30 +0100 Subject: [PATCH] Add FreeBSD-amd64 to configure --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 205b861a..f044d48a 100755 --- a/configure +++ b/configure @@ -319,13 +319,13 @@ case $SYSTEM in fi ;; - BSD/386-i[3456]86|FreeBSD-i386 ) + BSD/386-i[3456]86|FreeBSD-i386|FreeBSD-amd64 ) # Antti Jrvinen reported that this system can # be supported with the SunOS 4.x driver files. EXTRA_OBJECTS="sys_sunos.o strerror.o" EXTRA_LIBS="-lkvm" SYSDEFS="-DSUNOS" - echo "Configuring for BSD/386 (using SunOS driver)" + echo "Configuring for $SYSTEM (using SunOS driver)" ;; NetBSD-* ) EXTRA_OBJECTS="sys_netbsd.o" -- 2.47.3