summaryrefslogtreecommitdiffstats
path: root/src/channel.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/channel.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/channel.c')
-rw-r--r--src/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index aa82d717d4..1ddb1ece35 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -19,7 +19,7 @@
# define CH_HAS_GUI (gui.in_use || gui.starting)
#endif
-/* Note: when making changes here also adjust configure.in. */
+/* Note: when making changes here also adjust configure.ac. */
#ifdef WIN32
/* WinSock API is separated from C API, thus we can't use read(), write(),
* errno... */