From 14f4a96a0d0cf39eaa679479a32ab6f7425a4c40 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 12 Feb 2006 04:26:44 +0000 Subject: [PATCH] =?UTF-8?q?Allow=20DragonFly=20which=20so=20far=20is=20exa?= =?UTF-8?q?ctly=20like=20FreeBSD.=20Guidance=20suggested=20and=20provided?= =?UTF-8?q?=20by=20Diego=20'Flameeyes'=20Petten=F2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8f613baf..9fa1574a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ define(RELEASE_NUM, 77) define(CDIO_VERSION_STR, 0.$1cvs) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.184 2006/01/23 04:07:22 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.185 2006/02/12 04:26:44 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c) @@ -441,7 +441,7 @@ int has_timeout=sizeof(test.timeout);], LIBS="$LIBS -lwinmm -mwindows" cd_drivers="${cd_drivers}, MinGW " ;; - freebsd4.*|freebsd5.*|freebsd6*) + freebsd4.*|freebsd5.*|freebsd6*|dragonfly*) AC_DEFINE([HAVE_FREEBSD_CDROM], [1], [Define 1 if you have FreeBSD CD-ROM support]) LIBS="$LIBS -lcam"