From 5f110f1a03076b289ac30e6c2e943e8088969fbb Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 5 Mar 2009 12:18:41 +0000 Subject: [PATCH] Lifted the ban on operating systems other than Linux and FreeBSD --- acinclude.m4 | 4 +++- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 861847bb..a6d65dd0 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/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index b5fe0f09..8c8bcf45 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.03.03.103706" +#define Xorriso_timestamP "2009.03.05.121700"