From: Peter Johnson Date: Thu, 20 Sep 2001 06:53:25 +0000 (-0000) Subject: Remove error message for check when check is disabled. It breaks check (and X-Git-Tag: v0.1.0~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b4d5d7d73d51fe257efbefed138b58638ab1938;p=yasm Remove error message for check when check is disabled. It breaks check (and distcheck) on linux. svn path=/trunk/yasm/; revision=207 --- diff --git a/check/Makefile.am b/check/Makefile.am index 14634626..7f46aba7 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -1,12 +1,6 @@ # $IdPath$ -if CHECK noinst_LIBRARIES=libcheck.a -TESTS = -else -noinst_LIBRARIES= -TESTS = nocheck_error -endif libcheck_a_SOURCES = \ check.c \ @@ -24,10 +18,6 @@ libcheck_a_SOURCES = \ list.c \ list.h -nocheck_error: - @echo "Run configure with --enable-check before running make check" - @exit 1 - CFLAGS = @ANSI_CFLAGS@ @CHECK_CFLAGS@ EXTRA_DIST = \