[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. 7140bdd9a56d5b5f14b2300abb4c891cbfb75395

Lennart Poettering gitmailer-noreply at 0pointer.de
Tue Jul 22 17:00:40 PDT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  5edbb57516835688b1a47a3e0813b3965b014db2 (commit)

- Log -----------------------------------------------------------------
7140bdd... bump alsa dep to 1.0.17
1401d36... make missing gdbm fatal (spotted by Betelgeuse)
-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------

commit 1401d36fc7fd53acc8745fd53f28d9dafb225b33
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jul 23 02:00:09 2008 +0200

    make missing gdbm fatal (spotted by Betelgeuse)

diff --git a/configure.ac b/configure.ac
index eeef09d..9160d38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -376,7 +376,7 @@ AC_SEARCH_LIBS([connect], [socket])
 AC_CHECK_FUNCS([getopt_long], [], [AC_CHECK_LIB([iberty], [getopt_long])])
 
 AC_CHECK_LIB(gdbm, gdbm_open)
-AC_CHECK_HEADERS(gdbm.h)
+AC_CHECK_HEADERS(gdbm.h, [], [AC_MSG_ERROR([gdbm.h not found])])
 
 #### Check for functions ####
 

commit 7140bdd9a56d5b5f14b2300abb4c891cbfb75395
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jul 23 02:00:28 2008 +0200

    bump alsa dep to 1.0.17

diff --git a/configure.ac b/configure.ac
index 9160d38..7aa7e82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -599,7 +599,7 @@ AC_ARG_ENABLE([alsa],
         [alsa=auto])
 
 if test "x${alsa}" != xno ; then
-    PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.16 ],
+    PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.17 ],
         [
             HAVE_ALSA=1
             AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list