mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
acinclude.m4: Fix a typo in a help message
Acked-by: Ben Pfaff <blp@nicira.com> Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
This commit is contained in:
@@ -163,7 +163,7 @@ dnl Configure DPDK source tree
|
||||
AC_DEFUN([OVS_CHECK_DPDK], [
|
||||
AC_ARG_WITH([dpdk],
|
||||
[AC_HELP_STRING([--with-dpdk=/path/to/dpdk],
|
||||
[Specify the DPDP build directory])])
|
||||
[Specify the DPDK build directory])])
|
||||
|
||||
if test X"$with_dpdk" != X; then
|
||||
RTE_SDK=$with_dpdk
|
||||
|
Reference in New Issue
Block a user