diff --git a/configure b/configure index 1e843ef4af..ecdfcca0b6 100755 --- a/configure +++ b/configure @@ -1030,9 +1030,10 @@ if test $targetos = Darwin; then ;; esac fi - if test $optimize != "no"; then - add_cflags "-fomit-frame-pointer" - fi +fi + +if test $optimize != "no"; then + add_cflags "-fomit-frame-pointer" fi # Can only do AltiVec on PowerPC