Home
last modified time | relevance | path

Searched refs:with_libhiredis (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/
H A Dconfigure.ac1397 if test "x$with_libhiredis" != "xyes" && test "x$with_libhiredis" != "x"; then
1400 CFLAGS="$CFLAGS -I$with_libhiredis/include"
1401 LDFLAGS="$LDFLAGS -L$with_libhiredis/lib"
1402 AC_CHECK_HEADER(hiredis/hiredis.h, [HIREDIS_CFLAGS="-I$with_libhiredis/include"
1403 … HIREDIS_LIBS="-L$with_libhiredis/lib -lhiredis"], [hiredis=no])
H A Dconfigure4670 if test ${with_libhiredis+y}
4672 withval=$with_libhiredis;
19828 if test "x$with_libhiredis" != "xyes" && test "x$with_libhiredis" != "x"; then
19831 CFLAGS="$CFLAGS -I$with_libhiredis/include"
19832 LDFLAGS="$LDFLAGS -L$with_libhiredis/lib"
19836 HIREDIS_CFLAGS="-I$with_libhiredis/include"
19837 HIREDIS_LIBS="-L$with_libhiredis/lib -lhiredis"
/dports/net-mgmt/collectd5/collectd-5.12.0/
H A Dconfigure.ac2179 with_libhiredis="yes"
2181 with_libhiredis="no"
2183 with_libhiredis="yes"
2188 [with_libhiredis="yes"]
2196 if test "x$with_libhiredis" = "xyes"; then
2198 [with_libhiredis="yes"],
2199 [with_libhiredis="no (hiredis.h not found)"]
2203 if test "x$with_libhiredis" = "xyes"; then
2205 [with_libhiredis="yes"],
2206 [with_libhiredis="no (symbol 'redisCommand' not found)"]
[all …]
H A Dconfigure23836 withval=$with_libhiredis;
23838 with_libhiredis="yes"
23840 with_libhiredis="no"
23842 with_libhiredis="yes"
23848 with_libhiredis="yes"
23858 if test "x$with_libhiredis" = "xyes"; then
23866 with_libhiredis="yes"
23868 with_libhiredis="no (hiredis.h not found)"
23876 if test "x$with_libhiredis" = "xyes"; then
23914 with_libhiredis="yes"
[all …]
/dports/dns/unbound/unbound-1.14.0/
H A Dconfigure19743 withval=$with_libhiredis;