From 68651ae25728f746df6736cc7291179d60232315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 1 Jan 2004 18:06:59 +0000 Subject: Necessary libs for libcdio and libvcd under CygWin. Probably it would be needed also under mingw. CVS patchset: 5970 CVS date: 2004/01/01 18:06:59 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 58753588e..b1f736313 100644 --- a/configure.ac +++ b/configure.ac @@ -1166,6 +1166,8 @@ int has_timeout=sizeof(test.timeout);], [Define 1 if you are compiling using cygwin]) AC_DEFINE([HAVE_WIN32_CDROM], [1], [Define 1 if you have MinGW CD-ROM support]) + LIBCDIO_LIBS="$LIBCDIO_LIBS -lwinmm" + LIBVCD_LIBS="$LIBVCD_LIBS -lwinmm" ;; mingw*) AC_DEFINE([MINGW32], [1], -- cgit v1.2.3