diff --git a/configure b/configure index bfbba787f..b89ddf429 100755 --- a/configure +++ b/configure @@ -377,7 +377,7 @@ if [ -z "${CONFIG[ENV]}" ]; then if ! echo -e '#include \n' \ 'int main(void) { return rte_vhost_extern_callback_register(0, NULL, NULL); }\n' \ | $BUILD_CMD -c -Wno-deprecated-declarations -Werror \ - -I"${CONFIG[DPDK_DIR]}/include" -; then + -I"${CONFIG[DPDK_DIR]}/include" - &>/dev/null; then echo "Notice: DPDK's rte_vhost not found or version < 19.05, using internal," \ "legacy rte_vhost library." CONFIG[VHOST_INTERNAL_LIB]=y