From: Vsevolod Stakhov Date: Thu, 3 Apr 2014 11:04:48 +0000 (+0100) Subject: In ubuntu hiredis is libhiredis. X-Git-Tag: 0.7.0~337 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3d3ca37ed64f38ae53261f17aa683b6c0c459ffe;p=rspamd.git In ubuntu hiredis is libhiredis. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b100f1525..48357714a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -449,7 +449,7 @@ ProcessPackage(GTHREAD gthread-2.0) IF(ENABLE_HIREDIS MATCHES "ON") # Try to find hiredis library - ProcessPackage(HIREDIS hiredis) + ProcessPackage(HIREDIS hiredis libhiredis) ENDIF(ENABLE_HIREDIS MATCHES "ON") ProcessPackage(GMIME2 gmime-2.6 gmime-2.4 gmime-2.0)