tests: fix non-php apache tests to still work without php
authorDan Winship <danw@gnome.org>
Thu, 7 Feb 2013 14:23:31 +0000 (09:23 -0500)
committerDan Winship <danw@gnome.org>
Thu, 7 Feb 2013 14:25:11 +0000 (09:25 -0500)
commit4f27350d0f6daf8719cdf5a2b6e71cf1771ff656
tree9abc68e3a278a91186b68e314437a94602cb84cf
parent7ac58e8dacd7609ecf3fd551f26034ad974d56b0
tests: fix non-php apache tests to still work without php

Setting "IF_HAVE_PHP" to "#" actually sets it to "", because the "#"
is treated as the start of a comment. We have to set it to "\#" if we
want to cause the "#" to actually get substituted into httpd.conf

https://bugzilla.gnome.org/show_bug.cgi?id=693311
configure.ac