diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-11-12 21:13:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-11-12 21:13:42 +0100 |
commit | 3f7d0907269558cb3ea184a3083640f9e20bb21e (patch) | |
tree | a113c86c1fc14edbacaeb0ac2c5ce956881fad25 /src/blowfish.c | |
parent | d4db7719bdfbc54df396eac08d8cbb2389feacf4 (diff) | |
download | vim-git-3f7d0907269558cb3ea184a3083640f9e20bb21e.tar.gz |
patch 8.0.0082v8.0.0082
Problem: Extension for configure should be ".ac".
Solution: Rename configure.in to configure.ac. (James McCoy, closes #1173)
Diffstat (limited to 'src/blowfish.c')
-rw-r--r-- | src/blowfish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blowfish.c b/src/blowfish.c index ac9b088d6..eaf0b9ed5 100644 --- a/src/blowfish.c +++ b/src/blowfish.c @@ -38,7 +38,7 @@ typedef union { /* MS-Windows is always little endian */ #else # ifdef HAVE_CONFIG_H - /* in configure.in AC_C_BIGENDIAN() defines WORDS_BIGENDIAN when needed */ + /* in configure.ac AC_C_BIGENDIAN() defines WORDS_BIGENDIAN when needed */ # else error! Please change this code to define WORDS_BIGENDIAN for big-endian machines. |