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