(INTLINCS): Remove leftover variable
(MU_LINK_POSTFLAGS): New subst
Showing
1 changed file
with
2 additions
and
6 deletions
... | @@ -86,12 +86,8 @@ AC_CHECK_TYPE(iconv_t,:, | ... | @@ -86,12 +86,8 @@ AC_CHECK_TYPE(iconv_t,:, |
86 | #endif | 86 | #endif |
87 | ]) | 87 | ]) |
88 | 88 | ||
89 | AC_SUBST(INTLINCS) | 89 | AC_SUBST(MU_LINK_POSTFLAGS,[`for opt in $LTLIBICONV; do case $opt in -[[lL]]*) echo $opt;; esac; done|tr '\n' ' '`]) |
90 | if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then | 90 | |
91 | AC_DEFINE(WITH_INCLUDED_LIBINTL,1, | ||
92 | [Define if the included libintl is used]) | ||
93 | INTLINCS='-I${top_builddir}/intl -I${top_srcdir}/intl' | ||
94 | fi | ||
95 | 91 | ||
96 | dnl Check for libraries | 92 | dnl Check for libraries |
97 | USE_LOADABLE_MODULES=no | 93 | USE_LOADABLE_MODULES=no | ... | ... |
-
Please register or sign in to post a comment