[llvm-commits] CVS: llvm-test/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Fri Feb 16 10:23:17 PST 2007
Changes in directory llvm-test/autoconf:
configure.ac updated: 1.42 -> 1.43
---
Log message:
Add support for SHLIBEXT
---
Diffs of the changes: (+4 -0)
configure.ac | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.42 llvm-test/autoconf/configure.ac:1.43
--- llvm-test/autoconf/configure.ac:1.42 Thu Jan 18 16:12:40 2007
+++ llvm-test/autoconf/configure.ac Fri Feb 16 12:23:00 2007
@@ -144,5 +144,9 @@
AC_CHECK_FUNC([re_comp],[AC_SUBST(HAVE_RE_COMP,[HAVE_RE_COMP:=1])],
[AC_SUBST(HAVE_RE_COMP,[[]])])
+dnl Get the extension used for shared libraries
+AC_LTDL_SHLIBEXT
+AC_SUBST(SHLIBEXT,$libltdl_cv_shlibext)
+
dnl Create the output files
AC_OUTPUT
More information about the llvm-commits
mailing list