From 3b931b7ddf190dca513cad09680b5bc650275dbf Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 18 Jul 2002 19:51:10 +0000 Subject: [PATCH] forgot to restore CFLAGS after the test :/ --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index d764ba1..ab44ceb 100644 --- a/configure.in +++ b/configure.in @@ -328,6 +328,7 @@ if test "x$USE_OPT" = "xyes"; then OPT_CFLAGS="$OPT_CFLAGS -malign-loops=2 -malign-jumps=2 -malign-functions=2" AC_MSG_RESULT(no), ) + CFLAGS="$save_CFLAGS" ;; *) ;;