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
e23b1a9d
...
e23b1a9d4f113429802f0f280dfe196349be8e89
authored
2006-10-16 14:49:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mailutils_config_CFLAGS): Define I18NLIBS inconditionally.
1 parent
6305d8ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/Makefile.am
config/Makefile.am
View file @
e23b1a9
...
...
@@ -34,4 +34,4 @@ mailutils_config_CFLAGS = -DCOMPILE_FLAGS="\"-I$(includedir)\"" \
-DLINK_POSTFLAGS
=
"
\"
$(LTLIBICONV)
\"
"
\
-DAUTHLIBS
=
"
\"
$(MU_AUTHLIBS)
\"
"
\
-DGUILE_LIBS
=
"
\"
$(GUILE_LIBS)
\"
"
\
-DI18NLIBS
=
"
\"
`
test
$(BUILD_INCLUDED_LIBINTL)
=
no
&&
echo
$(LIBINTL)
`
\"
"
-DI18NLIBS
=
"
\"
$(LIBINTL)
\"
"
...
...
Please
register
or
sign in
to post a comment