Problem: leftover commented out line in configure

Solution: clean up and remove it
This commit is contained in:
Luca Boccassi 2016-05-06 21:34:43 +01:00
parent 8045e9ae24
commit bb5037e855

View File

@ -626,7 +626,6 @@ if test "x$enable_drafts" = "xyes"; then
AC_MSG_NOTICE([Building stable and legacy API + draft API])
AC_DEFINE(ZMQ_BUILD_DRAFT_API, 1, [Provide draft classes and methods])
AC_SUBST(pkg_config_defines, "-DZMQ_BUILD_DRAFT_API=1")
# CPPFLAGS="-DZMQ_BUILD_DRAFT_API=1 $CPPFLAGS"
else
AC_MSG_NOTICE([Building stable and legacy API (no draft API)])
AC_SUBST(pkg_config_defines, "")