[postgis-tickets] r15831 - Remove trailing blank from postgis_config.h.in, prevent them
Sandro Santilli
strk at kbt.io
Tue Sep 26 09:23:29 PDT 2017
Author: strk
Date: 2017-09-26 09:23:29 -0700 (Tue, 26 Sep 2017)
New Revision: 15831
Modified:
branches/2.4/GNUmakefile.in
branches/2.4/postgis_config.h.in
Log:
Remove trailing blank from postgis_config.h.in, prevent them
Modified: branches/2.4/GNUmakefile.in
===================================================================
--- branches/2.4/GNUmakefile.in 2017-09-26 16:20:30 UTC (rev 15830)
+++ branches/2.4/GNUmakefile.in 2017-09-26 16:23:29 UTC (rev 15831)
@@ -41,7 +41,6 @@
! find . -name '*.c' -o -name '*.h' | \
grep -v lwin_wkt_lex.c | \
grep -v lwin_wkt_parse | \
- grep -v postgis_config.h | \
grep -v postgis/sqldefines.h | \
xargs grep -n '[[:space:]]$$'
Modified: branches/2.4/postgis_config.h.in
===================================================================
--- branches/2.4/postgis_config.h.in 2017-09-26 16:20:30 UTC (rev 15830)
+++ branches/2.4/postgis_config.h.in 2017-09-26 16:23:29 UTC (rev 15831)
@@ -3,7 +3,7 @@
#include "postgis_svn_revision.h"
-/* Manually manipulate the POSTGIS_DEBUG_LEVEL, it is not affected by the
+/* Manually manipulate the POSTGIS_DEBUG_LEVEL, it is not affected by the
configure process */
#define POSTGIS_DEBUG_LEVEL 0
More information about the postgis-tickets
mailing list