Skip to content

Commit 5c83b51

Browse files
committed
Fix typo.
1 parent 0d5877a commit 5c83b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/general.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/general.m4,v 1.4 2006/05/30 13:52:25 momjian Exp $
1+
# $PostgreSQL: pgsql/config/general.m4,v 1.5 2006/08/11 18:51:50 alvherre Exp $
22

33
# This file defines new macros to process configure command line
44
# arguments, to replace the brain-dead AC_ARG_WITH and AC_ARG_ENABLE.
@@ -27,7 +27,7 @@ m4_define([_m4_divert(PGAC_ARGS)], 5432)
2727
# This is the base layer. TYPE is either "with" or "enable", depending
2828
# on what you like. NAME is the rest of the option name, HELP-STRING
2929
# as usual. ACTION-IF-YES is executed if the option is given without
30-
# and argument (or "yes", which is the same); similar for ACTION-IF-NO.
30+
# an argument (or "yes", which is the same); similar for ACTION-IF-NO.
3131

3232
AC_DEFUN([PGAC_ARG],
3333
[

0 commit comments

Comments
 (0)