From 6acca5765e404e2c8aa135240e814faa32a304ba Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Oct 2003 02:37:09 +0000 Subject: [PATCH] Add quotes to CFLAG define. --- src/template/cygwin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/template/cygwin b/src/template/cygwin index e6c4ac67e1..eb8921984a 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'