diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-20 03:06:28 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-20 03:06:28 +0000 |
commit | 2e89ae28941f63781131ea6b0081687374e6950b (patch) | |
tree | 39a00879f531c7004cd4c045ba33c0d8532e7ffc /configure | |
parent | 2650835b68cb3bf70a752a420bf36005b8c7d4a3 (diff) | |
download | external_llvm-2e89ae28941f63781131ea6b0081687374e6950b.zip external_llvm-2e89ae28941f63781131ea6b0081687374e6950b.tar.gz external_llvm-2e89ae28941f63781131ea6b0081687374e6950b.tar.bz2 |
Allow the suffix for shared libraries to be obtained correctly so we can
build them again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |