--- projects/libstatgrab/configure.in 2010/10/03 18:35:56 1.103 +++ projects/libstatgrab/configure.in 2011/11/11 16:34:59 1.104 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.103 2010/10/03 18:35:56 tdb Exp $ +# $Id: configure.in,v 1.104 2011/11/11 16:34:59 tdb Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(libstatgrab, 0.18, bugs@i-scream.org) AM_INIT_AUTOMAKE(libstatgrab, 0.18) # Revision number (automatically updated) -AC_REVISION($Revision: 1.103 $) +AC_REVISION($Revision: 1.104 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -112,10 +112,10 @@ freebsd4.*) BIN_PERM="2755" LINKFLAGS="-lkvm -ldevstat" ;; -freebsd[[5-9]].*) +freebsd[[5-9]].* | freebsd10.*) AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) AC_DEFINE(FREEBSD, , [Building on FreeBSD]) - AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 9.x]) + AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 10.x]) LINKFLAGS="-ldevstat" ;; netbsdelf1*)