[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Sun Sep 19 20:05:57 PDT 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.112 -> 1.113
---
Log message:
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.
---
Diffs of the changes: (+1 -1)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.112 llvm/autoconf/configure.ac:1.113
--- llvm/autoconf/configure.ac:1.112 Sun Sep 19 18:43:52 2004
+++ llvm/autoconf/configure.ac Sun Sep 19 22:05:46 2004
@@ -399,7 +399,7 @@
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)
More information about the llvm-commits
mailing list