Commit 712f69ec authored by Bruce Momjian's avatar Bruce Momjian

Convert expr to case, for Peter E.

parent 16669702
CFLAGS='-pipe'
if [ `expr "$host_cpu" : "alpha"` -ge 5 ]
then CFLAGS="$CFLAGS -O"
CXXFLAGS="$CFLAGS -O"
fi
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";;
CXXFLAGS="$CXXFLAGS -O"
esac
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment