Feature - version command

- Added FreeBSD as a recognized operating system.
This commit is contained in:
Paul Beckingham
2009-12-20 10:51:03 -05:00
parent 2a8acaf351
commit b8377b7e5c
2 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ elif test "$OS" = "openb"; then
elif test "$OS" = "haiku"; then
AC_MSG_NOTICE([OS Haiku detected])
AC_DEFINE([HAIKU], [], [Compiling on Haiku])
elif test "$OS" = "freeb"; then
AC_MSG_NOTICE([OS FreeBSD detected])
AC_DEFINE([FREEBSD], [], [Compiling on FreeBSD])
else
AC_MSG_NOTICE([OS Linux detected])
AC_DEFINE([LINUX], [], [Compiling on Linux])