projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5edbb57
)
make missing gdbm fatal (spotted by Betelgeuse)
author
Lennart Poettering
<lennart@poettering.net>
Wed, 23 Jul 2008 00:00:09 +0000
(
02:00
+0200)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 23 Jul 2008 00:00:09 +0000
(
02:00
+0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index eeef09dadefac9a300e9af627aa66d1b1ba1285d..9160d383ed77ac0f40242da99f8628c644e924a5 100644
(file)
--- 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 ####