aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-09 02:37:09 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-09 02:37:09 +0000
commit6acca5765e404e2c8aa135240e814faa32a304ba (patch)
tree2c113e4953bacea9902a5ace9e03221305b3ac92 /src
parentf8d90fcc0ac64e4a3f8b4711a3883add019c59a7 (diff)
downloadpostgresql-6acca5765e404e2c8aa135240e814faa32a304ba.tar.gz
postgresql-6acca5765e404e2c8aa135240e814faa32a304ba.zip
Add quotes to CFLAG define.
Diffstat (limited to 'src')
-rw-r--r--src/template/cygwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template/cygwin b/src/template/cygwin
index e6c4ac67e18..eb8921984aa 100644
--- a/src/template/cygwin
+++ b/src/template/cygwin
@@ -1,2 +1,2 @@
-CFLAGS=-O2
-SRCH_LIB=/usr/local/lib
+CFLAGS='-O2'
+SRCH_LIB='/usr/local/lib'