Fix a spello affecting platforms where the configure check fails.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-06-01 16:22:27 +00:00
parent d86e6ac989
commit 943005e094
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ AC_DEFUN([AC_LINK_VERSION_SCRIPT],
CFLAGS="$CFLAGS -Wl,--version-script=$tmp/export.map"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],
[llvm_cv_link_use_version_script=yes],[llvm_cv_link_version_script=no])
[llvm_cv_link_use_version_script=yes],[llvm_cv_link_use_version_script=no])
rm "$tmp/export.map"
rmdir "$tmp"
CFLAGS="$oldcflags"

2
configure vendored
View File

@ -8994,7 +8994,7 @@ else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
llvm_cv_link_version_script=no
llvm_cv_link_use_version_script=no
fi
rm -f core conftest.err conftest.$ac_objext \