]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove space
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 19 Nov 2006 16:41:41 +0000 (16:41 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 19 Nov 2006 16:41:41 +0000 (16:41 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5780 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/extra/pgsql_config.pl

index 683cb1ee83514f27713e0be970e8b0539ff21e6d..277a4f71da431ba99e25851940f41061fac7ad75 100644 (file)
@@ -3,4 +3,4 @@
 my $s = `pg_config --version`;
 $s =~ /^.*?(\d+)\.(\d+)\.(\d+).*?$/;
 my $v = hex(sprintf("0x%02x%02x%02x", $1, $2, $3));
-print "-D PGSQL_HAS_ESCAPECONN" if(($v >= 0x080104) or (($v >= 0x07030F) and ($v < 0x080000)));
+print "-DPGSQL_HAS_ESCAPECONN" if(($v >= 0x080104) or (($v >= 0x07030F) and ($v < 0x080000)));