Fix case syntax for freebsd template.

This commit is contained in:
Bruce Momjian 2002-07-08 01:54:30 +00:00
parent 20e83274bb
commit 2dc53d863c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";;
GCC_CXXFLAGS="-O"
alpha*) CFLAGS="$CFLAGS -O"
GCC_CXXFLAGS="-O";;
esac