diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-09-05 14:07:55 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-09-05 14:07:55 +0000 |
commit | 8c4980ed5439c7c8bd2a4a5383509c4512339f8b (patch) | |
tree | 16e18af5f1669249c0bc2007192cb31543809455 /configure.in | |
parent | f4fc70e3c72c3db162ce5d863020ece9b0aa7dbe (diff) | |
download | gtk+-8c4980ed5439c7c8bd2a4a5383509c4512339f8b.tar.gz |
Remove conftest* after use along the lines of AC_TRY_COMPILE.
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in (use_mmx_asm): Remove conftest* after use along the
lines of AC_TRY_COMPILE.
* .cvsignore updates
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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) |