Skip to content

Commit

Permalink
repro: improve conditional build for DSO
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.resiprocate.org/rep/resiprocate/main@10726 ddefafc4-47db-0310-ae44-fa13212b10f2
  • Loading branch information
dpocock committed Dec 9, 2013
1 parent 31cdc63 commit c3f5785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ AC_ARG_WITH(repro,
AC_ARG_ENABLE(repro-plugins,
[ --enable-repro-plugins Enable support for DSO plugins in repro],
[AC_DEFINE_UNQUOTED(REPRO_DSO_PLUGINS, , REPRO_DSO_PLUGINS)
AM_CONDITIONAL(BUILD_REPRO_DSO_PLUGINS, true)], )
AM_CONDITIONAL(BUILD_REPRO_DSO_PLUGINS, true)],
AM_CONDITIONAL(BUILD_REPRO_DSO_PLUGINS, false))

AC_SUBST([reproplugindir])
reproplugindir='${pkglibdir}/repro/plugins'
Expand Down

0 comments on commit c3f5785

Please sign in to comment.