Another patch from Heiner Eichmann.

This commit is contained in:
rocky
2004-05-03 03:22:24 +00:00
parent a20cdf7d76
commit c286bec8ee
2 changed files with 6 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ define(RELEASE_NUM, 69)
define(CDIO_VERSION_STR, 0.$1cvs)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.74 2004/04/22 03:24:38 rocky Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.75 2004/05/03 03:22:51 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)
AM_INIT_AUTOMAKE
@@ -50,7 +50,7 @@ enable_versioned_libs="${withval}", enable_versioned_libs=yes)
dnl Checks for programs.
AC_PROG_CC
cd_drivers='BIN/CUE, NRG'
cd_drivers='CDRDAO, BIN/CUE, NRG'
if test "x$GCC" != "xyes"
then
@@ -287,6 +287,7 @@ int has_timeout=sizeof(test.timeout);],
freebsd4.*)
AC_DEFINE([HAVE_FREEBSD_CDROM], [1],
[Define 1 if you have FreeBSD CD-ROM support])
LIBS="$LIBS -lcam"
cd_drivers="${cd_drivers}, FreeBSD "
;;
*)