[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Thu Dec 23 22:49:27 PST 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.151 -> 1.152
---
Log message:
Make the symbolic link using the correct variable!
---
Diffs of the changes: (+2 -2)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.151 llvm/autoconf/configure.ac:1.152
--- llvm/autoconf/configure.ac:1.151 Fri Dec 24 00:29:05 2004
+++ llvm/autoconf/configure.ac Fri Dec 24 00:49:16 2004
@@ -153,10 +153,10 @@
;;
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
More information about the llvm-commits
mailing list