Indent configure description for --with-redis
[yaz-moved-to-github.git] / configure.ac
index 887ba56..ae1c9f1 100644 (file)
@@ -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])