From 141de87085f30f6c313004545c8d7f692b7885f9 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Wed, 9 Dec 2015 15:39:50 +0600 Subject: [PATCH] Fix a typo in reference to with_norm_ext. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2a9e2830..ce3eae7b 100644 --- a/configure.ac +++ b/configure.ac @@ -479,7 +479,7 @@ AC_MSG_CHECKING("with_norm_ext = ${with_norm_ext}") if test "x$with_norm_ext" != "xno"; then AC_DEFINE(ZMQ_HAVE_NORM, 1, [Have NORM protocol extension]) - if test "x$wwith_norm_ext" != "xyes"; then + if test "x$with_norm_ext" != "xyes"; then norm_path="${with_norm_ext}" LIBZMQ_EXTRA_CXXFLAGS="-I${norm_path}/include ${LIBZMQ_EXTRA_CXXFLAGS}" LIBZMQ_EXTRA_LDFLAGS="-I${norm_path}/include ${LIBZMQ_EXTRA_LDFLAGS}"