Lifted the ban on operating systems other than Linux and FreeBSD

This commit is contained in:
Thomas Schmitt 2009-03-05 20:13:14 +01:00
parent 8d8dcb9c93
commit 32dc6dd041
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ AC_DEFUN([TARGET_SHIZZLE],
LIBBURN_ARCH_LIBS=-lcam
;;
*)
AC_ERROR([You are attempting to compile for an unsupported platform])
ARCH=
LIBBURN_ARCH_LIBS=
# AC_ERROR([You are attempting to compile for an unsupported platform])
;;
esac