diff options
author | Werner Koch <wk@gnupg.org> | 2004-09-30 16:34:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-09-30 16:34:34 +0200 |
commit | 335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch) | |
tree | d5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /m4/libgcrypt.m4 | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg2-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.xz gnupg2-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip |
Preparing a new release. Updated gettext
Diffstat (limited to 'm4/libgcrypt.m4')
-rw-r--r-- | m4/libgcrypt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4 index e5f2a43c0..20bd10556 100644 --- a/m4/libgcrypt.m4 +++ b/m4/libgcrypt.m4 @@ -20,7 +20,7 @@ dnl version of libgcrypt is at least 1.2.5 *and* the API number is 1. Using dnl this features allows to prevent build against newer versions of libgcrypt dnl with a changed API. dnl -AC_DEFUN(AM_PATH_LIBGCRYPT, +AC_DEFUN([AM_PATH_LIBGCRYPT], [ AC_ARG_WITH(libgcrypt-prefix, AC_HELP_STRING([--with-libgcrypt-prefix=PFX], [prefix where LIBGCRYPT is installed (optional)]), |