summaryrefslogtreecommitdiff
path: root/dbus/dbus-socket-set-poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-socket-set-poll.c')
-rw-r--r--dbus/dbus-socket-set-poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-socket-set-poll.c b/dbus/dbus-socket-set-poll.c
index 65a1fd23..e322a3b4 100644
--- a/dbus/dbus-socket-set-poll.c
+++ b/dbus/dbus-socket-set-poll.c
@@ -44,7 +44,7 @@ typedef struct {
#define MINIMUM_SIZE 8
/* If we're in the regression tests, force reallocation to happen sooner */
-#ifdef DBUS_BUILD_TESTS
+#ifdef DBUS_ENABLE_EMBEDDED_TESTS
#define DEFAULT_SIZE_HINT 1
#else
#define DEFAULT_SIZE_HINT MINIMUM_SIZE