summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-11-10 10:39:07 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2015-11-12 09:43:46 +0100
commitf0ea3ed816182fadf77f3e7f7ddb298b287007ad (patch)
treed742d9752f4f68a1ff300ecad3f82669269eeea5 /configure.ac
parent4b12be504e20173e0629835818e4db6a9617a9a4 (diff)
downloadsssd-f0ea3ed816182fadf77f3e7f7ddb298b287007ad.tar.gz
sssd-f0ea3ed816182fadf77f3e7f7ddb298b287007ad.tar.xz
sssd-f0ea3ed816182fadf77f3e7f7ddb298b287007ad.zip
CONFIGURE: Bump AM_GNU_GETTEXT_VERSION
The function gettext was not detected properly with strict cflags even thought it was part of glibc. sh$ CFLAGS="-Werror" ./configure sh$ grep gt_cv_func_gnugettext config.log gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=no sh$ objdump -T /lib64/libc.so.6 | grep gettext 000000000002fc60 w DF .text 0000000000000010 GLIBC_2.2.5 dcngettext 000000000002dc70 w DF .text 000000000000000f GLIBC_2.2.5 dcgettext 000000000002fc80 w DF .text 0000000000000016 GLIBC_2.2.5 ngettext 000000000002dc90 w DF .text 000000000000000f GLIBC_2.2.5 gettext 000000000002dc70 g DF .text 000000000000000f GLIBC_2.2.5 __dcgettext 000000000002dc80 w DF .text 000000000000000a GLIBC_2.2.5 dgettext 000000000002dc80 g DF .text 000000000000000a GLIBC_2.2.5 __dgettext 000000000002fc70 w DF .text 000000000000000b GLIBC_2.2.5 dngettext Reviewed-by: Petr Cech <pcech@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c45787979..fe3e137b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ m4_ifdef([AC_PROG_MKDIR_P],
LT_LIB_DLLOAD
AC_CONFIG_MACRO_DIR([m4])
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.14])
+AM_GNU_GETTEXT_VERSION([0.14.4])
AC_SUBST([PRERELEASE_VERSION],
PRERELEASE_VERSION_NUMBER)