diff --git a/src/Makefile.global.in b/src/Makefile.global.in index e4fd7b5290..a1da1ea4ee 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -476,7 +476,7 @@ cd $(srcdir) && \ endef else -prove_installcheck = @echo "TAP tests not enabled" +prove_installcheck = @echo "TAP tests not enabled. Try configuring with --enable-tap-tests" prove_check = $(prove_installcheck) endif