summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-07-05 21:47:37 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-07-05 21:47:37 +0000
commit16b88271c6449a183d0985a0c412985ff53dc91e (patch)
tree4d19187bea4e79731e0339d8fcd6bad78f2d2ee6 /configure.ac
parent519c0465d834b961f07cbbb74d82ad173ea65abb (diff)
downloadmailutils-16b88271c6449a183d0985a0c412985ff53dc91e.tar.gz
mailutils-16b88271c6449a183d0985a0c412985ff53dc91e.tar.bz2
(INTLINCS): Remove leftover variable
(MU_LINK_POSTFLAGS): New subst
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 63f680577..9c5cb80ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,12 +86,8 @@ AC_CHECK_TYPE(iconv_t,:,
#endif
])
-AC_SUBST(INTLINCS)
-if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then
- AC_DEFINE(WITH_INCLUDED_LIBINTL,1,
- [Define if the included libintl is used])
- INTLINCS='-I${top_builddir}/intl -I${top_srcdir}/intl'
-fi
+AC_SUBST(MU_LINK_POSTFLAGS,[`for opt in $LTLIBICONV; do case $opt in -[[lL]]*) echo $opt;; esac; done|tr '\n' ' '`])
+
dnl Check for libraries
USE_LOADABLE_MODULES=no

Return to:

Send suggestions and report system problems to the System administrator.