Another attempt at a pkgconfig bug workaround

This commit is contained in:
rocky
2004-08-19 02:50:35 +00:00
parent 34749d84ae
commit 1c08b4e69b

View File

@@ -19,7 +19,7 @@ define(RELEASE_NUM, 70)
define(CDIO_VERSION_STR, 0.$1cvs)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.91 2004/08/19 01:12:27 rocky Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.92 2004/08/19 02:50:35 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)
AM_INIT_AUTOMAKE
@@ -237,8 +237,8 @@ case $host_os in
if test "x$have_iokit_h" = "xyes" ; then
AC_DEFINE([HAVE_DARWIN_CDROM], [1],
[Define 1 if you have Darwin OS X-type CD-ROM support])
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
DARWIN_PKG_LIB_HACK="\"-Wl,-framework\" -Wl,IOKit"
LIBCDIO_LIBS="$LIBCDIO_LIBS -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,IOKit"
DARWIN_PKG_LIB_HACK=" -Wl,-framework -Wl,CoreFoundation \"-Wl,-framework -Wl,IOKit\""
cd_drivers="${cd_drivers}, Darwin"
fi
;;