diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-20 14:59:13 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-20 12:27:13 -0400 |
commit | e84e9b5fa2e4352bfc3bfabe55dc57190da7e7d5 (patch) | |
tree | 3ecc842582323476fab9f367efd2e329db55d586 /server/configure.ac | |
parent | 806b80ff4dff79a587d5f2fda77a6d27ba664fdb (diff) | |
download | sssd-e84e9b5fa2e4352bfc3bfabe55dc57190da7e7d5.tar.gz sssd-e84e9b5fa2e4352bfc3bfabe55dc57190da7e7d5.tar.xz sssd-e84e9b5fa2e4352bfc3bfabe55dc57190da7e7d5.zip |
Support gettext >= 0.14 instead of 0.17
This is needed for support of RHEL5
Adding the assignment of $(localedir) was necessary, as
gettext 0.14 does not include automatically assign it.
Diffstat (limited to 'server/configure.ac')
-rw-r--r-- | server/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/configure.ac b/server/configure.ac index c6d10c5af..d42f07ecb 100644 --- a/server/configure.ac +++ b/server/configure.ac @@ -21,7 +21,7 @@ AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_CONFIG_MACRO_DIR([m4]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.14]) m4_pattern_allow([AM_SILENT_RULES]) AM_SILENT_RULES |