From 894867d9d14d132ad28a765838dc3a2fa03f0965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 26 Jul 2006 09:18:40 +0000 Subject: For some reasons to some users AC_SUBST isn't run by default by PKG_CHECK_MODULES, so run it explicitely. CVS patchset: 8139 CVS date: 2006/07/26 09:18:40 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 12aff6484..c8a25a588 100644 --- a/configure.ac +++ b/configure.ac @@ -1306,6 +1306,8 @@ AC_ARG_WITH([alsa], if test "x$with_alsa" != "xno"; then PKG_CHECK_MODULES([ALSA], [alsa >= 0.9.0], [have_alsa=yes], [have_alsa=no]) + AC_SUBST([ALSA_LIBS]) + AC_SUBST([ALSA_CFLAGS]) if test "x$have_alsa" = "xyes"; then AC_DEFINE([HAVE_ALSA], [1], [Define this if you have ALSA installed]) elif test "x$with_alsa" = "xyes"; then -- cgit v1.2.3