Skip to content

Commit ca2bbd4

Browse files
committed
Fix configure to restore CFLAGS after haswell test.
1 parent 0f12b58 commit ca2bbd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ if test $x86_64 = "yes"; then
9292
],[
9393
AC_MSG_RESULT(no)
9494
])
95+
CFLAGS="$BAKCFLAGS"
9596
fi
9697
fi
9798

0 commit comments

Comments
 (0)