Allow DragonFly which so far is exactly like FreeBSD. Guidance

suggested and provided by Diego 'Flameeyes' Petten.
This commit is contained in:
rocky
2006-02-12 04:26:44 +00:00
parent d31ada19be
commit 14f4a96a0d

View File

@@ -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"