File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ AC_DEFUN([OPAL_LIBNL_SANITY_INIT], [
4242 AC_ARG_WITH([libnl],
4343 [AS_HELP_STRING([--with-libnl(=DIR)],
4444 [Directory prefix for libnlv3 (typically only necessary if libnl is installed in a location that the compiler/linker will not search by default)])])
45- AC_ARG_WITH([libn-libdirl ],
45+ AC_ARG_WITH([libnl-libdir ],
4646 [AS_HELP_STRING([--with-libnl-libdir= DIR],
47- [Directory prefix for libnlv3 libs(typically only necessary if libnl is installed in a location that the compiler/linker will not search by default)])])
47+ [Directory prefix for libnlv3 libs (typically only necessary if libnl is installed in a location that the compiler/linker will not search by default)])])
4848
4949 # ugly hack to deal with potentially alternate locations for
5050 # libnl3 headers. Note that if the pkg-config file is found,
@@ -61,7 +61,7 @@ AC_DEFUN([OPAL_LIBNL_SANITY_INIT], [
6161
6262dnl OPAL_LIBNL_SANITY_FAIL_MSG(lib)
6363dnl
64- dnl Helper to pring a big warning message when we detect a libnl conflict.
64+ dnl Helper to print a big warning message when we detect a libnl conflict.
6565dnl
6666dnl --------------------------------------------------------------------
6767AC_DEFUN([OPAL_LIBNL_SANITY_FAIL_MSG], [
You can’t perform that action at this time.
0 commit comments