mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
Fix a spello affecting platforms where the configure check fails.
llvm-svn: 105273
This commit is contained in:
parent
196387f66e
commit
418cb46e76
@ -74,7 +74,7 @@ AC_DEFUN([AC_LINK_VERSION_SCRIPT],
|
||||
|
||||
CFLAGS="$CFLAGS -Wl,--version-script=$tmp/export.map"
|
||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],
|
||||
[llvm_cv_link_use_version_script=yes],[llvm_cv_link_version_script=no])
|
||||
[llvm_cv_link_use_version_script=yes],[llvm_cv_link_use_version_script=no])
|
||||
rm "$tmp/export.map"
|
||||
rmdir "$tmp"
|
||||
CFLAGS="$oldcflags"
|
||||
|
Loading…
Reference in New Issue
Block a user