projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cf946
)
Indent configure description for --with-redis
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Jun 2014 09:30:21 +0000
(11:30 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Jun 2014 09:30:21 +0000
(11:30 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
887ba56
..
ae1c9f1
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-95,7
+95,7
@@
fi
dnl ------ redis
hiredis=default
AC_SUBST([HIREDIS_LIBS])
-AC_ARG_WITH([redis], [ --with-redis hiredis library], [hiredis=$withval])
+AC_ARG_WITH([redis], [ --with-redis hiredis library], [hiredis=$withval])
if test "$hiredis" != "no" -a "$pkgconfigpath" != "NONE" -a "$libgcryptversion"; then
AC_CHECK_LIB([hiredis],[redisCommandArgv],[HIREDIS_LIBS=-lhiredis])
AC_MSG_CHECKING([for redis])