diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-03 12:36:18 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-03 12:36:18 +0100 |
commit | 55f59de699aa0c7c7018e05375131d22cfd46530 (patch) | |
tree | 1fc8072b713108e865084d80b4513bd79b7667d9 /config.h.in | |
parent | 4a08d5f01e27aa2e67e54386c9206ad4f42d40c1 (diff) | |
download | rspamd-55f59de699aa0c7c7018e05375131d22cfd46530.tar.gz rspamd-55f59de699aa0c7c7018e05375131d22cfd46530.zip |
[Minor] Allow to work without cblas.h
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index 9dcf51a50..8b876cd60 100644 --- a/config.h.in +++ b/config.h.in @@ -157,10 +157,6 @@ #cmakedefine DISABLE_PTHREAD_MUTEX 1 -#ifdef HAVE_LIBEVENT2 -#define HAVE_EVUTIL_RNG_INIT 1 -#endif - /* Detect endianness */ #ifdef HAVE_ENDIAN_H |