mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Problem: leftover commented out line in configure
Solution: clean up and remove it
This commit is contained in:
parent
8045e9ae24
commit
bb5037e855
@ -626,7 +626,6 @@ if test "x$enable_drafts" = "xyes"; then
|
|||||||
AC_MSG_NOTICE([Building stable and legacy API + draft API])
|
AC_MSG_NOTICE([Building stable and legacy API + draft API])
|
||||||
AC_DEFINE(ZMQ_BUILD_DRAFT_API, 1, [Provide draft classes and methods])
|
AC_DEFINE(ZMQ_BUILD_DRAFT_API, 1, [Provide draft classes and methods])
|
||||||
AC_SUBST(pkg_config_defines, "-DZMQ_BUILD_DRAFT_API=1")
|
AC_SUBST(pkg_config_defines, "-DZMQ_BUILD_DRAFT_API=1")
|
||||||
# CPPFLAGS="-DZMQ_BUILD_DRAFT_API=1 $CPPFLAGS"
|
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE([Building stable and legacy API (no draft API)])
|
AC_MSG_NOTICE([Building stable and legacy API (no draft API)])
|
||||||
AC_SUBST(pkg_config_defines, "")
|
AC_SUBST(pkg_config_defines, "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user