mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 18:03:50 +00:00
Fix a typo in reference to with_norm_ext.
This commit is contained in:
parent
64ce6ca772
commit
141de87085
@ -479,7 +479,7 @@ AC_MSG_CHECKING("with_norm_ext = ${with_norm_ext}")
|
|||||||
if test "x$with_norm_ext" != "xno"; then
|
if test "x$with_norm_ext" != "xno"; then
|
||||||
AC_DEFINE(ZMQ_HAVE_NORM, 1, [Have NORM protocol extension])
|
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}"
|
norm_path="${with_norm_ext}"
|
||||||
LIBZMQ_EXTRA_CXXFLAGS="-I${norm_path}/include ${LIBZMQ_EXTRA_CXXFLAGS}"
|
LIBZMQ_EXTRA_CXXFLAGS="-I${norm_path}/include ${LIBZMQ_EXTRA_CXXFLAGS}"
|
||||||
LIBZMQ_EXTRA_LDFLAGS="-I${norm_path}/include ${LIBZMQ_EXTRA_LDFLAGS}"
|
LIBZMQ_EXTRA_LDFLAGS="-I${norm_path}/include ${LIBZMQ_EXTRA_LDFLAGS}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user