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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
