From fdf24b805e9e2883bcd08335924e08a9c68ab719 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Wed, 23 Dec 2009 10:40:48 +0100 Subject: [PATCH] nonce tcp support requires _dbus_string_equal_len also when build without tests --- dbus/dbus-string.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dbus/dbus-string.c b/dbus/dbus-string.c index b7a8b99..d9cf18e 100644 --- a/dbus/dbus-string.c +++ b/dbus/dbus-string.c @@ -2311,7 +2311,6 @@ _dbus_string_equal (const DBusString *a, return TRUE; } -#ifdef DBUS_BUILD_TESTS /** * Tests two DBusString for equality up to the given length. * The strings may be shorter than the given length. @@ -2356,7 +2355,6 @@ _dbus_string_equal_len (const DBusString *a, return TRUE; } -#endif /* DBUS_BUILD_TESTS */ /** * Tests two sub-parts of two DBusString for equality. The specified -- 2.7.4