summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2008-09-26 17:27:58 +0000
committerJim Grosbach <grosbach@apple.com>2008-09-26 17:27:58 +0000
commit0eecd899ea5e77953e62332e34b56a164bdaa193 (patch)
tree1bb7c6de5390215f6e7e486eeedf66aac5eb13cc /configure
parent4367ff7aff54cac3e84d79d1b038f50390d66103 (diff)
downloadexternal_llvm-0eecd899ea5e77953e62332e34b56a164bdaa193.zip
external_llvm-0eecd899ea5e77953e62332e34b56a164bdaa193.tar.gz
external_llvm-0eecd899ea5e77953e62332e34b56a164bdaa193.tar.bz2
When looking for executable extensions, ignore .dSYM, as that's the debug info directory on Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index af8144d..8183959 100755
--- a/configure
+++ b/configure
@@ -4545,7 +4545,7 @@ echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
(exit $ac_status); }; 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