From: Dan Gohman Date: Tue, 1 Jun 2010 16:22:27 +0000 (+0000) Subject: Fix a spello affecting platforms where the configure check fails. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=943005e09482f47619cc1345320df359c6c3021e;p=oota-llvm.git 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 --- diff --git a/autoconf/m4/link_options.m4 b/autoconf/m4/link_options.m4 index 251c8a4f503..b48710c094d 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" diff --git a/configure b/configure index 668e579afca..86137fe2776 100755 --- a/configure +++ b/configure @@ -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 \