Skip to content

Commit

Permalink
remove hiredis leftover
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Dec 28, 2023
1 parent c97f306 commit 3c7978e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ AM_CONDITIONAL(HAVE_LIBHIREDIS, [test x"$HAVE_LIBHIREDIS" = "x1"])
AC_SUBST(HIREDIS_CFLAGS)
AC_SUBST(HIREDIS_LIBS)

PKG_CHECK_MODULES([HIREDIS_SSL], [hiredis_ssl], [HAVE_LIBHIREDIS_SSL=1], [HAVE_LIBHIREDIS_SSL=0])
AM_CONDITIONAL(HAVE_LIBHIREDIS_SSL, [test x"$HAVE_LIBHIREDIS_SSL" = "x1"])
AC_SUBST(HIREDIS_SSL_CFLAGS)
AC_SUBST(HIREDIS_SSL_LIBS)

# JQ
HAVE_LIBJQ=0

Expand Down

0 comments on commit 3c7978e

Please sign in to comment.