aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoconf/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 80a60dccd5..0603c3cd05 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -95,7 +95,6 @@ case $build in
AC_SUBST(LLVMGCCDIR,[/home/vadve/lattner/local/x86/llvm-gcc/])
fi
;;
-
*-*-solaris*)
AC_SUBST(OS,[SunOS])
if test -d /home/vadve/lattner/local/sparc/llvm-gcc
@@ -106,11 +105,12 @@ case $build in
*-*-cygwin*)
AC_SUBST(OS,[Cygwin])
;;
-
*-*-darwin*)
AC_SUBST(OS,[Darwin])
;;
-
+ *-*-aix*)
+ AC_SUBST(OS,[AIX])
+ ;;
*) AC_SUBST(OS,[Unknown])
;;
esac