summaryrefslogtreecommitdiffstats
path: root/src/blowfish.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-12 21:13:42 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-12 21:13:42 +0100
commit3f7d0907269558cb3ea184a3083640f9e20bb21e (patch)
treea113c86c1fc14edbacaeb0ac2c5ce956881fad25 /src/blowfish.c
parentd4db7719bdfbc54df396eac08d8cbb2389feacf4 (diff)
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blowfish.c b/src/blowfish.c
index ac9b088d66..eaf0b9ed56 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.