From 77ba4b9b21422d440564c9975ff22abd7c1ada82 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 25 Nov 2009 14:23:49 -0800 Subject: Clean up properly. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5c71ef51..a5e0d2b9 100755 --- a/configure +++ b/configure @@ -686,8 +686,8 @@ fi # # Clean up # -rm -f conftest conftest.c conftest.o conftest.err conftest.syms -rm -f conftest1.o conftest2.o conftest2 +rm -f conftest conftest.[co] conftest.{err,syms} +rm -f conftest2 conftest[12].[oc] # # Save configuration in config.log -- cgit v1.2.3