summaryrefslogtreecommitdiff
path: root/src/lib/replacements.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/replacements.h')
-rw-r--r--src/lib/replacements.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/replacements.h b/src/lib/replacements.h
index 8a6527f15..da5274190 100644
--- a/src/lib/replacements.h
+++ b/src/lib/replacements.h
@@ -23,7 +23,8 @@
# if defined(__BUILDING_CVC4PARSERLIB) || defined(__BUILDING_CVC4PARSERLIB_UNIT_TEST)
# include "cvc4parser_private.h"
# else
-# if defined(__BUILDING_CVC4DRIVER) || defined(__BUILDING_CVC4_SYSTEM_TEST) || defined(__BUILDING_STATISTICS_FOR_EXPORT)
+#if defined(__BUILDING_CVC4DRIVER) || defined(__BUILDING_CVC5_SYSTEM_TEST) \
+ || defined(__BUILDING_STATISTICS_FOR_EXPORT)
# include "cvc4autoconfig.h"
# else
# error Must be building libcvc4 or libcvc4parser to use replacement functions. This is because replacement function headers should never be publicly-depended upon, as they should not be installed on user machines with 'make install'.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback