From: Adam Dickmeiss Date: Thu, 12 Jun 2014 09:30:21 +0000 (+0200) Subject: Indent configure description for --with-redis X-Git-Tag: v5.2.0~11 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=41068e0f9be6eb86801eb54cbb0acae2aa2683a4;hp=19cf946139df0a0606e590859fb6e98a09369f5b Indent configure description for --with-redis --- diff --git a/configure.ac b/configure.ac index 887ba56..ae1c9f1 100644 --- 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])