aboutsummaryrefslogtreecommitdiffstats
path: root/src/beaver-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beaver-util.h')
-rw-r--r--src/beaver-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beaver-util.h b/src/beaver-util.h
index ede3274..cb1f25c 100644
--- a/src/beaver-util.h
+++ b/src/beaver-util.h
@@ -30,7 +30,7 @@ gchar **beaver_util_strv_concat (gchar **strv_1, gchar **strv_2);
gchar **beaver_util_strv_joinv (gchar **strv_1, ...);
#ifdef ANJUTA_CHECK_VERSION
-#if ANJUTA_CHECK_VERSION(2,23,0)
+#if LIBANJUTA_MAJOR_VERSION >= 2 && LIBANJUTA_MINOR_VERSION >= 23
#define ANJUTA_2_23_OR_HIGHER
#endif
#endif