From aafa543391b9d5a028a46ce6d1bc593e910af07d Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 5 Mar 2009 14:53:00 +0000 Subject: [PATCH] Lifted the ban on operating systems other than Linux and FreeBSD --- acinclude.m4 | 4 +++- cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 118e13e..f3f5e1a 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2009.03.03.092057" +#define Cdrskin_timestamP "2009.03.05.145309"