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 | 2650835b68cb3bf70a752a420bf36005b8c7d4a3 (patch) | |
tree | 2bc78b4f5cdef90cf23e1cf457d4e27ef932e818 /autoconf | |
parent | 9c96c72b8413ce839125e567e24e684c8112e52a (diff) | |
download | external_llvm-2650835b68cb3bf70a752a420bf36005b8c7d4a3.zip external_llvm-2650835b68cb3bf70a752a420bf36005b8c7d4a3.tar.gz external_llvm-2650835b68cb3bf70a752a420bf36005b8c7d4a3.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index cd225e4..17ac33f 100644 --- a/autoconf/configure.ac +++ b/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) |