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
3854c29d
...
3854c29d5687a5ed7cd325f25ebdc25187e67651
authored
2006-10-18 14:56:56 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Require gettext 0.15
(check_bdb): Bugfix
1 parent
1c9a8e22
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
configure.ac
configure.ac
View file @
3854c29
...
...
@@ -75,7 +75,7 @@ status_pgsql=no
dnl Internationalization macros.
AM_GNU_GETTEXT([external], [need-ngettext])
AM_GNU_GETTEXT_VERSION(0.1
4.1
)
AM_GNU_GETTEXT_VERSION(0.1
5
)
AM_ICONV
AC_CHECK_HEADERS(iconv.h)
AC_CHECK_TYPE(iconv_t,:,
...
...
@@ -916,6 +916,9 @@ check_bdb() {
[],
[AC_MSG_ERROR([DB Library and header versions don't match])
status_bdb=no])
if test $status_bdb != no; then
AC_DEFINE_UNQUOTED(WITH_BDB,$ver)
fi
fi
}
...
...
Please
register
or
sign in
to post a comment