pgsql: configure.in: Use dnl in place of # where appropriate

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: configure.in: Use dnl in place of # where appropriate
Date: 2014-02-23 01:44:33
Message-ID: E1WHO7N-0000Yx-3s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

configure.in: Use dnl in place of # where appropriate

The comment added by ed011d9754fd4b76eac0eaa8c057fcfc0c302a6a used #,
which means it gets copied into configure, but it doesn't make sense
there. So use dnl, which gets dropped when creating configure.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2c65856b7b444a5e804d4f694438e7444811d26b

Modified Files
--------------
configure | 4 ----
configure.in | 8 ++++----
2 files changed, 4 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-23 20:22:57 pgsql: Plug some more holes in encoding conversion.
Previous Message Peter Eisentraut 2014-02-22 18:46:49 pgsql: pg_basebackup: Add support for relocating tablespaces