[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Sun Sep 19 20:06:39 PDT 2004
Changes in directory llvm:
configure updated: 1.117 -> 1.118
---
Log message:
Allow the suffix for shared libraries to be obtained correctly so we can
build them again.
---
Diffs of the changes: (+1 -1)
Index: llvm/configure
diff -u llvm/configure:1.117 llvm/configure:1.118
--- llvm/configure:1.117 Sun Sep 19 20:42:32 2004
+++ llvm/configure Sun Sep 19 22:06:28 2004
@@ -23802,7 +23802,7 @@
echo "$as_me:$LINENO: checking for shared library suffix" >&5
echo $ECHO_N "checking for shared library suffix... $ECHO_C" >&6
-eval "SHLIBEXT=$shrext"
+eval "SHLIBEXT=$shrext_cmds"
echo "$as_me:$LINENO: result: $SHLIBEXT" >&5
echo "${ECHO_T}$SHLIBEXT" >&6
SHLIBEXT=$SHLIBEXT
More information about the llvm-commits
mailing list