diff options
author | Marcus Brinkmann <[email protected]> | 2004-04-19 13:40:18 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-04-19 13:40:18 +0000 |
commit | e67546ff7441c94a66568f5e735068fd0ced5624 (patch) | |
tree | 185a952fd4e6687247106c35c6019c42caa1c61d /src | |
parent | 2004-04-19 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-error-e67546ff7441c94a66568f5e735068fd0ced5624.tar.gz libgpg-error-e67546ff7441c94a66568f5e735068fd0ced5624.zip |
2004-04-19 Marcus Brinkmann <[email protected]>
* src/gpg-error.m4: Quote first argument to AC_DEFUN.
Diffstat (limited to 'src')
-rw-r--r-- | src/gpg-error.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 index 931630b..a5875f0 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 @@ -4,7 +4,7 @@ dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION, dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl Test for libgpg-error and define GPG_ERROR_CFLAGS and GPG_ERROR_LIBS dnl -AC_DEFUN(AM_PATH_GPG_ERROR, +AC_DEFUN([AM_PATH_GPG_ERROR], [ AC_ARG_WITH(gpg-error-prefix, AC_HELP_STRING([--with-gpg-error-prefix=PFX], [prefix where GPG Error is installed (optional)]), |