projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bc537
)
configure.ac: no need for body for preproc test
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 13:06:47 +0000
(15:06 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 13:06:47 +0000
(15:06 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5ed0ab3
..
a769d49
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2805,15
+2805,12
@@
if test "x$with_libdpdk" != "xno"; then
with_libdpdk="yes"
AC_PREPROC_IFELSE(
[
- AC_LANG_
PROGRAM
(
+ AC_LANG_
SOURCE
(
[[
#include <rte_version.h>
#if RTE_VERSION < RTE_VERSION_NUM(16,7,0,0)
#error "required DPDK >= 16.07"
#endif
- ]],
- [[
- return 0;
]]
)
],