diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-20 03:05:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-20 03:05:46 +0000 |
commit | a9317d68b6b1c5bc97aced10b2a29328f4fef137 (patch) | |
tree | cb99ed6a50768535220e45d296c105619f8ec832 /llvm | |
parent | 3f2f55569009291e2edb7b264885b0c30540bf47 (diff) | |
download | bcm5719-llvm-a9317d68b6b1c5bc97aced10b2a29328f4fef137.tar.gz bcm5719-llvm-a9317d68b6b1c5bc97aced10b2a29328f4fef137.zip |
The problem with depending on the internal implementation of third party
tools is that you break when they change. This is a case in point.
llvm-svn: 16424
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index cd225e44030..17ac33f83fb 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -399,7 +399,7 @@ fi dnl Get libtool's idea of what the shared library suffix is. dnl (This is a hack; it relies on undocumented behavior.) AC_MSG_CHECKING([for shared library suffix]) -eval "SHLIBEXT=$shrext" +eval "SHLIBEXT=$shrext_cmds" AC_MSG_RESULT($SHLIBEXT) dnl Propagate it to the Makefiles and config.h (for gccld & bugpoint). AC_SUBST(SHLIBEXT,$SHLIBEXT) |