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
44427cd1
...
44427cd1860ac943a71893444eb4af47f468bdba
authored
2004-01-03 13:04:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed INTLINCS
1 parent
2acdc871
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.ac
configure.ac
View file @
44427cd
...
...
@@ -41,7 +41,7 @@ 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
..
/intl -I${top_srcdir}/intl'
INTLINCS='-I
${top_builddir}
/intl -I${top_srcdir}/intl'
fi
dnl Check for libraries
...
...
Please
register
or
sign in
to post a comment