[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Wed Apr 19 16:47:28 PDT 2006
Changes in directory llvm/autoconf:
configure.ac updated: 1.219 -> 1.220
---
Log message:
Allow OpenBSD to be recognized as a UNIX platform.
---
Diffs of the changes: (+3 -0)
configure.ac | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.219 llvm/autoconf/configure.ac:1.220
--- llvm/autoconf/configure.ac:1.219 Thu Apr 13 22:01:27 2006
+++ llvm/autoconf/configure.ac Wed Apr 19 18:47:16 2006
@@ -112,6 +112,9 @@
*-*-freebsd*)
llvm_cv_os_type="FreeBSD"
llvm_cv_platform_type="Unix" ;;
+ *-*-openbsd*)
+ llvm_cv_os_type="OpenBSD"
+ llvm_cv_platform_type="Unix" ;;
*-*-hpux*)
llvm_cv_os_type="HP-UX"
llvm_cv_platform_type="Unix" ;;
More information about the llvm-commits
mailing list