diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-27 07:57:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-27 07:57:32 +0200 |
commit | 16c2591cb20f31f0c8f0a656b45d86c25f1b93c2 (patch) | |
tree | 99023cd2cd03842dc6157f3188fb8ec0f65c0e6c /package/pam/patches/patch-configure_in | |
parent | 4494ab6d0149f809f5f42b39807ee92bfe3ba1d0 (diff) |
fix when autopoint is not there
Diffstat (limited to 'package/pam/patches/patch-configure_in')
-rw-r--r-- | package/pam/patches/patch-configure_in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/pam/patches/patch-configure_in b/package/pam/patches/patch-configure_in index 122d66e01..9f3b68ca2 100644 --- a/package/pam/patches/patch-configure_in +++ b/package/pam/patches/patch-configure_in @@ -1,5 +1,5 @@ --- Linux-PAM-1.1.8.orig/configure.in 2013-09-18 14:30:13.000000000 +0200 -+++ Linux-PAM-1.1.8/configure.in 2014-05-25 20:13:52.996143452 +0200 ++++ Linux-PAM-1.1.8/configure.in 2014-05-27 07:50:43.868499284 +0200 @@ -28,12 +28,7 @@ dnl If we use /usr as prefix, use /etc f fi if test ${libdir} = '${exec_prefix}/lib' @@ -23,3 +23,12 @@ AC_CHECK_FUNCS(crypt_r crypt_gensalt_r) LIBS=$BACKUP_LIBS AC_SUBST(LIBCRYPT) +@@ -565,8 +560,6 @@ AM_CONDITIONAL(ENABLE_REGENERATE_MAN, te + AM_CONDITIONAL(ENABLE_GENERATE_PDF, test ! -z "$FO2PDF") + + +-AM_GNU_GETTEXT_VERSION([0.15]) +-AM_GNU_GETTEXT([external]) + AC_CHECK_FUNCS(dngettext) + + AH_BOTTOM([#ifdef ENABLE_NLS |