configure.in: Use dnl in place of # where appropriate
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 23 Feb 2014 01:42:39 +0000 (20:42 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 23 Feb 2014 01:42:39 +0000 (20:42 -0500)
commit2c65856b7b444a5e804d4f694438e7444811d26b
tree95d33a392784e0b19ee19b37a8311492edd0f6ab
parentfb05f3ce83d225dd0f39f8860ce04082753e9e98
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.
configure
configure.in