diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e07d1a92..30a6c1b4 100644 --- a/configure.ac +++ b/configure.ac @@ -915,7 +915,7 @@ linux) # # No, we don't have libnl at all. # - if test x$with_libnl = xyes ; then + if test x$with_libnl != xno ; then AC_MSG_ERROR([libnl support requested but libnl not found]) fi ], ${incdir} ${libnldir} -lnl-genl-3 -lnl-3 ) |