Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / autoconf / m4 / build_exeext.m4
index 5ea7d2e6412636cca799e8a0e26800f68b4df6b1..1bdecc1ba578e92102dfd25a956a910aef076aee 100644 (file)
@@ -25,7 +25,7 @@ else
   if AC_TRY_EVAL(ac_build_link); then
     for file in conftest.*; do
       case $file in
-      *.c | *.o | *.obj) ;;
+      *.c | *.o | *.obj | *.dSYM) ;;
       *) ac_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
       esac
     done