diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-10-13 01:41:53 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-13 01:41:53 +0000 |
commit | b5479cd40958417f6b98a636746dcdf1d2d35dd6 (patch) | |
tree | abd5bcf8b31e8d658cb2bac5c048df9a07b8184d /Config/aczshoot.m4 | |
parent | 0db480e32bbc32cd9cea63f193fd9379d6c3d7e2 (diff) | |
download | zsh-b5479cd40958417f6b98a636746dcdf1d2d35dd6.tar.gz zsh-b5479cd40958417f6b98a636746dcdf1d2d35dd6.tar.xz zsh-b5479cd40958417f6b98a636746dcdf1d2d35dd6.zip |
unposted: quote name of aclocal function.
Diffstat (limited to 'Config/aczshoot.m4')
-rw-r--r-- | Config/aczshoot.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Config/aczshoot.m4 b/Config/aczshoot.m4 index d062e20fb..3b90c6c7f 100644 --- a/Config/aczshoot.m4 +++ b/Config/aczshoot.m4 @@ -1,4 +1,4 @@ -AC_DEFUN(zsh_OOT, +AC_DEFUN([zsh_OOT], [ AC_CHECK_HEADERS(stdarg.h varargs.h termios.h termio.h) |