From: Miroslav Lichvar Date: Sat, 12 Dec 2009 18:40:30 +0000 (+0100) Subject: Add FreeBSD-amd64 to configure X-Git-Tag: 1.24-pre1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7817bef866acdc297df16e10085aca1ac05762b7;p=thirdparty%2Fchrony.git Add FreeBSD-amd64 to configure --- 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"