diff --git a/configure b/configure index 731b889a03..910eeb247e 100755 --- a/configure +++ b/configure @@ -89,7 +89,7 @@ for i in "$@"; do CONFIG_RDMA=n ;; --with-dpdk=*) - CONFIG_DPDK_DIR="${i#*=}" + CONFIG_DPDK_DIR=$(readlink -f ${i#*=}) ;; --without-dpdk) CONFIG_DPDK_DIR=