aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 771a8ee..603a7c5 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -116,11 +116,11 @@ case $build in
;;
*-*-freebsd*)
AC_SUBST(OS,[Linux])
- platform_type="Linux"
+ platform_type="FreeBSD"
;;
*-*-interix*)
AC_SUBST(OS,[SunOS])
- platform_type="SunOS"
+ platform_type="Interix"
;;
*-*-linux*)
AC_SUBST(OS,[Linux])