From 32dc6dd041f9978ae52e4fc753052b0f8a8393b5 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 5 Mar 2009 20:13:14 +0100 Subject: [PATCH] Lifted the ban on operating systems other than Linux and FreeBSD --- acinclude.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 861847b..a6d65dd 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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