summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 99d49ab6..eac68c6a 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -150,11 +150,3 @@ dbus_test_LDADD= $(DBUS_CLIENT_LIBS) libdbus-1.la
## mop up the gcov files
clean-local:
/bin/rm *.bb *.bbg *.da *.gcov || true
-
-if DBUS_BUILD_TESTS
-### nothing
-else
-check-local:
- echo "You have to configure with --enable-tests to make check" ; \
- exit 1
-endif