don't try doing local checks if CHECK_LOCAL is set to no-check-local
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12554 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -87,7 +87,8 @@ install-build-headers:: $(include_HEADERS) $(build_HEADERZ)
|
||||
all-local: install-build-headers
|
||||
|
||||
check-local::
|
||||
@if test '$(CHECK_LOCAL)'; then \
|
||||
@if test '$(CHECK_LOCAL)' = "no-check-local"; then \
|
||||
foo=''; elif test '$(CHECK_LOCAL)'; then \
|
||||
foo='$(CHECK_LOCAL)'; else \
|
||||
foo='$(PROGRAMS)'; fi; \
|
||||
if test "$$foo"; then \
|
||||
@@ -204,6 +205,7 @@ if KRB5
|
||||
LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \
|
||||
$(top_builddir)/lib/asn1/libasn1.la
|
||||
LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
|
||||
LIB_tsasl = $(top_builddir)/lib/tsasl/libtsasl.la
|
||||
endif
|
||||
|
||||
if DCE
|
||||
|
Reference in New Issue
Block a user