]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Add FreeBSD-amd64 to configure
authorMiroslav Lichvar <mlichvar@redhat.com>
Sat, 12 Dec 2009 18:40:30 +0000 (19:40 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Sun, 13 Dec 2009 14:00:13 +0000 (15:00 +0100)
configure

index 205b861aa8ce44d9f60334c760f70c68f766913a..f044d48af5e4137f7b0c0fbd9e417d02945d719a 100755 (executable)
--- 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 <costello@iki.fi> 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"