Remove error message for check when check is disabled. It breaks check (and

distcheck) on linux.

svn path=/trunk/yasm/; revision=207
0.3
Peter Johnson 24 years ago
parent f173e9e042
commit 6b4d5d7d73
  1. 10
      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 = \

Loading…
Cancel
Save