projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd97b7b
)
qdbm.pc is sooo wrong...
author
Pierre Habouzit
<madcoder@debian.org>
Sat, 12 May 2007 14:35:22 +0000
(16:35 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Sat, 12 May 2007 14:35:22 +0000
(16:35 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
7af4473
..
4ffd08d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-462,7
+462,7
@@
AC_ARG_ENABLE(hcache, AC_HELP_STRING([--enable-hcache], [Enable header caching])
if test x$ac_qdbm_here = xyes; then
CPPFLAGS="$OLDCPPFLAGS $QDBM_CFLAGS"
- MUTTLIBS="$MUTTLIBS
$QDBM_LIBS
"
+ MUTTLIBS="$MUTTLIBS
-lqdbm
"
AC_DEFINE(HAVE_QDBM, 1, [QDBM Support])
elif test x$ac_cv_gdbmopen = xyes; then
CPPFLAGS="$OLDCPPFLAGS $GDBM_INC"