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

Convert expr to case, for Peter E.

parent 16669702
CFLAGS='-pipe' CFLAGS='-pipe'
if [ `expr "$host_cpu" : "alpha"` -ge 5 ] case $host_cpu in
then CFLAGS="$CFLAGS -O" alpha*) CFLAGS="$CFLAGS -O";;
CXXFLAGS="$CFLAGS -O" CXXFLAGS="$CXXFLAGS -O"
fi 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