mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
make missing gdbm fatal (spotted by Betelgeuse)
This commit is contained in:
parent
5edbb57516
commit
1401d36fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ AC_SEARCH_LIBS([connect], [socket])
|
||||||
AC_CHECK_FUNCS([getopt_long], [], [AC_CHECK_LIB([iberty], [getopt_long])])
|
AC_CHECK_FUNCS([getopt_long], [], [AC_CHECK_LIB([iberty], [getopt_long])])
|
||||||
|
|
||||||
AC_CHECK_LIB(gdbm, gdbm_open)
|
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 ####
|
#### Check for functions ####
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue