mirror of
https://github.com/collectd/collectd.git
synced 2026-02-09 04:09:15 +08:00
configure.ac: no need for body for preproc test
This commit is contained in:
@@ -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;
|
||||
]]
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user