diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-10-27 14:09:40 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-10-27 14:09:40 +0100 |
commit | 48dafdabc1240932db01252279393fdfa18acc14 (patch) | |
tree | 842aa553e32c95efb6211076da699468be9e5624 /config.h.in | |
parent | a8bbbc899c238d06f89a1abe773a967c08051081 (diff) | |
download | rspamd-48dafdabc1240932db01252279393fdfa18acc14.tar.gz rspamd-48dafdabc1240932db01252279393fdfa18acc14.zip |
[Fix] Another fix for rdtcs
Issue: #1885
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 6f8d3c48c..ce3ee9650 100644 --- a/config.h.in +++ b/config.h.in @@ -71,7 +71,7 @@ #cmakedefine HAVE_POSIX_FALLOCATE 1 #cmakedefine HAVE_PTHREAD_PROCESS_SHARED 1 #cmakedefine HAVE_PWD_H 1 -#cmakedefine HAVE_RDTSCP 1 +#cmakedefine HAVE_RDTSC 1 #cmakedefine HAVE_READPASSPHRASE_H 1 #cmakedefine HAVE_SA_SIGINFO 1 #cmakedefine HAVE_SANE_SHMEM 1 |