mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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_LIB(gdbm, gdbm_open)
|
||||
AC_CHECK_HEADERS(gdbm.h)
|
||||
AC_CHECK_HEADERS(gdbm.h, [], [AC_MSG_ERROR([gdbm.h not found])])
|
||||
|
||||
#### Check for functions ####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue