diff options
author | Dan Gohman <gohman@apple.com> | 2010-06-01 16:22:27 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-06-01 16:22:27 +0000 |
commit | 943005e09482f47619cc1345320df359c6c3021e (patch) | |
tree | b15842dba95d716ef481109943902d56f8fef642 /autoconf/m4 | |
parent | d86e6ac9892ee61742d85f9f14f1179216d2e47b (diff) | |
download | external_llvm-943005e09482f47619cc1345320df359c6c3021e.zip external_llvm-943005e09482f47619cc1345320df359c6c3021e.tar.gz external_llvm-943005e09482f47619cc1345320df359c6c3021e.tar.bz2 |
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
Diffstat (limited to 'autoconf/m4')
-rw-r--r-- | autoconf/m4/link_options.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/m4/link_options.m4 b/autoconf/m4/link_options.m4 index 251c8a4..b48710c 100644 --- a/autoconf/m4/link_options.m4 +++ b/autoconf/m4/link_options.m4 @@ -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" |