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], [
42
42
AC_ARG_WITH([libnl],
43
43
[AS_HELP_STRING([--with-libnl(=DIR)],
44
44
[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 ],
46
46
[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)])])
48
48
49
49
# ugly hack to deal with potentially alternate locations for
50
50
# libnl3 headers. Note that if the pkg-config file is found,
@@ -61,7 +61,7 @@ AC_DEFUN([OPAL_LIBNL_SANITY_INIT], [
61
61
62
62
dnl OPAL_LIBNL_SANITY_FAIL_MSG(lib)
63
63
dnl
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.
65
65
dnl
66
66
dnl --------------------------------------------------------------------
67
67
AC_DEFUN([OPAL_LIBNL_SANITY_FAIL_MSG], [
You can’t perform that action at this time.
0 commit comments