Skip to content

Commit

Permalink
configure: stop AC_SUBST'ing ODP_ABI_COMPAT
Browse files Browse the repository at this point in the history
With static_inline.h gone, there is no need to
AC_SUBST([ODP_ABI_COMPAT]). Drop it from configure.ac.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>
  • Loading branch information
Dmitry Eremin-Solenikov committed Oct 23, 2017
1 parent c009e8e commit 1f349ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ AC_ARG_ENABLE([abi-compat],
#if there is no ABI compatibility the .so numbers are meaningless
ODP_LIBSO_VERSION=0:0:0
fi])
AC_SUBST(ODP_ABI_COMPAT)
AM_CONDITIONAL(ODP_ABI_COMPAT, [test "x$ODP_ABI_COMPAT" = "x1"])

##########################################################################
Expand Down

0 comments on commit 1f349ee

Please sign in to comment.