From 5f76506751e1409f06ab28c283c4cbe43f2e4a78 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 9 Dec 2004 01:03:29 +0000 Subject: [PATCH] As per Tilman Linneweh FreeBSD 6 is like FreeBSD 5. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7761ebea..f1da75fc 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ define(RELEASE_NUM, 72) define(CDIO_VERSION_STR, 0.$1cvs) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.116 2004/11/22 01:03:52 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.117 2004/12/09 01:03:29 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c) AM_INIT_AUTOMAKE @@ -299,7 +299,7 @@ int has_timeout=sizeof(test.timeout);], LIBS="$LIBS -lwinmm -mwindows" cd_drivers="${cd_drivers}, MinGW " ;; - freebsd4.*|freebsd5.*) + freebsd4.*|freebsd5.*|freebsd6*) AC_DEFINE([HAVE_FREEBSD_CDROM], [1], [Define 1 if you have FreeBSD CD-ROM support]) LIBS="$LIBS -lcam"