]> granicus.if.org Git - yasm/commitdiff
Remove error message for check when check is disabled. It breaks check (and
authorPeter Johnson <peter@tortall.net>
Thu, 20 Sep 2001 06:53:25 +0000 (06:53 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 20 Sep 2001 06:53:25 +0000 (06:53 -0000)
distcheck) on linux.

svn path=/trunk/yasm/; revision=207

check/Makefile.am

index 14634626094c1bdbc9d5280b560a0f11e7e0a190..7f46aba7c2365de72599e2c9ce42d75021aa406a 100644 (file)
@@ -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 = \