diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2006-08-11 18:51:50 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2006-08-11 18:51:50 +0000 |
commit | 5c83b510bebc706bbf15414bd56d6770a6f3f726 (patch) | |
tree | 488fff40bc4fc4f0e2f7872ab7a501812fee7614 /config | |
parent | 0d5877ab0c7ce17fb2039e8020769e79c06caf48 (diff) | |
download | postgresql-5c83b510bebc706bbf15414bd56d6770a6f3f726.tar.gz |
Fix typo.
Diffstat (limited to 'config')
-rw-r--r-- | config/general.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/general.m4 b/config/general.m4 index 271ad26337..62d97e120e 100644 --- a/config/general.m4 +++ b/config/general.m4 @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/config/general.m4,v 1.4 2006/05/30 13:52:25 momjian Exp $ +# $PostgreSQL: pgsql/config/general.m4,v 1.5 2006/08/11 18:51:50 alvherre Exp $ # This file defines new macros to process configure command line # arguments, to replace the brain-dead AC_ARG_WITH and AC_ARG_ENABLE. @@ -27,7 +27,7 @@ m4_define([_m4_divert(PGAC_ARGS)], 5432) # This is the base layer. TYPE is either "with" or "enable", depending # on what you like. NAME is the rest of the option name, HELP-STRING # as usual. ACTION-IF-YES is executed if the option is given without -# and argument (or "yes", which is the same); similar for ACTION-IF-NO. +# an argument (or "yes", which is the same); similar for ACTION-IF-NO. AC_DEFUN([PGAC_ARG], [ |