Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
16b88271
...
16b88271c6449a183d0985a0c412985ff53dc91e
authored
2007-07-05 21:47:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(INTLINCS): Remove leftover variable
(MU_LINK_POSTFLAGS): New subst
1 parent
519c0465
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
configure.ac
configure.ac
View file @
16b8827
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment