From 8c4980ed5439c7c8bd2a4a5383509c4512339f8b Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Tue, 5 Sep 2000 14:07:55 +0000 Subject: Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 Sebastian Wilhelmi * configure.in (use_mmx_asm): Remove conftest* after use along the lines of AC_TRY_COMPILE. * .cvsignore updates --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 298e32c644..4b05b6f0f9 100644 --- a/configure.in +++ b/configure.in @@ -852,6 +852,8 @@ if test $use_x86_asm = yes; then use_mmx_asm=yes fi + rm -rf conftest* + ac_ext=$save_ac_ext if test $use_mmx_asm = yes; then AC_DEFINE(USE_MMX) -- cgit v1.2.1