diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-24 06:49:16 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-24 06:49:16 +0000 |
commit | 3bf6960f3eb10fbc0884f3f84de4522309b0a6cc (patch) | |
tree | 9a64cd2e6678268d2a951cf9629a26cf90c8fbe0 /autoconf/configure.ac | |
parent | 1ac82ad26f6b9dcaff55df71521dedf96562345c (diff) | |
download | external_llvm-3bf6960f3eb10fbc0884f3f84de4522309b0a6cc.zip external_llvm-3bf6960f3eb10fbc0884f3f84de4522309b0a6cc.tar.gz external_llvm-3bf6960f3eb10fbc0884f3f84de4522309b0a6cc.tar.bz2 |
Make the symbolic link using the correct variable!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r-- | autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 09d31c9..cd42770 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -153,10 +153,10 @@ case $llvm_cv_platform_type in ;; esac -dnl Make a link from lib/System/platform to lib/System/$llvm_cv_platform_type +dnl Make a link from lib/System/platform to lib/System/$llvm_cv_os_type dnl This helps the #inclusion of the system specific include files dnl for the operating system abstraction library, lib/System. -AC_CONFIG_LINKS(lib/System/platform:lib/System/$llvm_cv_platform_type) +AC_CONFIG_LINKS(lib/System/platform:lib/System/$llvm_cv_os_type) dnl If we are targetting a Sparc machine running Solaris, pretend that it is dnl V9, since that is all that we support at the moment, and autoconf will only |