forgot to restore CFLAGS after the test :/

This commit is contained in:
Bill Currie 2002-07-18 19:51:10 +00:00
parent c1ec5e71e6
commit 3b931b7ddf

View file

@ -328,6 +328,7 @@ if test "x$USE_OPT" = "xyes"; then
OPT_CFLAGS="$OPT_CFLAGS -malign-loops=2 -malign-jumps=2 -malign-functions=2" OPT_CFLAGS="$OPT_CFLAGS -malign-loops=2 -malign-jumps=2 -malign-functions=2"
AC_MSG_RESULT(no), AC_MSG_RESULT(no),
) )
CFLAGS="$save_CFLAGS"
;; ;;
*) *)
;; ;;