aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 825d28965..bada7e2a6 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -93,13 +93,19 @@ FreeBSD|NetBSD)
;;
esac
-# Check for MINGW platform.
+# Check for platform.
case `uname` in
MINGW*)
IS_WIN32="yes"
+ IS_BSD="no"
+ ;;
+FreeBSD|NetBSD)
+ IS_WIN32="no"
+ IS_BSD="yes"
;;
*)
IS_WIN32="no"
+ IS_BSD="no"
;;
esac