diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-09 02:37:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-09 02:37:09 +0000 |
commit | 6acca5765e404e2c8aa135240e814faa32a304ba (patch) | |
tree | 2c113e4953bacea9902a5ace9e03221305b3ac92 /src | |
parent | f8d90fcc0ac64e4a3f8b4711a3883add019c59a7 (diff) | |
download | postgresql-6acca5765e404e2c8aa135240e814faa32a304ba.tar.gz postgresql-6acca5765e404e2c8aa135240e814faa32a304ba.zip |
Add quotes to CFLAG define.
Diffstat (limited to 'src')
-rw-r--r-- | src/template/cygwin | 4 |
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' |