From 493e5b50d954dd240809d055442321a86a033479 Mon Sep 17 00:00:00 2001 From: Liran Oz Date: Mon, 30 Apr 2018 11:46:32 +0000 Subject: [PATCH 1/2] issue: 1375982 Error message while libnlroute-3-dev is not installed Signed-off-by: Liran Oz --- config/m4/nl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/m4/nl.m4 b/config/m4/nl.m4 index 23e72ee32..8bd8bd850 100644 --- a/config/m4/nl.m4 +++ b/config/m4/nl.m4 @@ -27,7 +27,7 @@ if test $? -eq 0 ; then if test $? -eq 0 ; then # libnl3 case if test "$use_libnl3" == no; then - AC_MSG_ERROR([libibverbs is linked with libnl3 while libnl3-devel is not installed. Please install libnl3-devel and try again]) + AC_MSG_ERROR([libibverbs is linked with libnl3 while libnl3-devel\libnl3-route-devel is not installed. Please install libnl3-devel\libnl3-route-devel and try again]) fi use_libnl1=no else From c00512753a6cfb82e468a6e5bb259d69cda26062 Mon Sep 17 00:00:00 2001 From: Liran Oz Date: Thu, 3 May 2018 10:57:29 +0300 Subject: [PATCH 2/2] issue: 1375982 Error message while libnl-route-3-dev is not installed Fix grammer issue --- config/m4/nl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/m4/nl.m4 b/config/m4/nl.m4 index 8bd8bd850..41ec4b326 100644 --- a/config/m4/nl.m4 +++ b/config/m4/nl.m4 @@ -27,7 +27,7 @@ if test $? -eq 0 ; then if test $? -eq 0 ; then # libnl3 case if test "$use_libnl3" == no; then - AC_MSG_ERROR([libibverbs is linked with libnl3 while libnl3-devel\libnl3-route-devel is not installed. Please install libnl3-devel\libnl3-route-devel and try again]) + AC_MSG_ERROR([libibverbs is linked with libnl3 while libnl3-devel\libnl3-route-devel are not installed. Please install libnl3-devel\libnl3-route-devel and try again]) fi use_libnl1=no else