2
0
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:
YAMAMOTO Takashi
2014-05-09 13:29:11 +09:00
parent a0903134d2
commit e2e5451794

View File

@@ -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