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
This commit is contained in:
Reid Spencer 2004-09-20 03:05:46 +00:00
parent 3f2f555690
commit a9317d68b6
1 changed files with 1 additions and 1 deletions

View File

@ -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)