From ef538ef6358c2e6f3d271fead070d6295c19ff9d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 20 Sep 2004 03:06:28 +0000 Subject: [PATCH] Allow the suffix for shared libraries to be obtained correctly so we can build them again. llvm-svn: 16425 --- llvm/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/configure b/llvm/configure index ac9c61d05ebe..fccdd4c61c37 100755 --- a/llvm/configure +++ b/llvm/configure @@ -23802,7 +23802,7 @@ fi 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