aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sandbox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sandbox.c b/src/sandbox.c
index 0717ba2..c98f204 100644
--- a/src/sandbox.c
+++ b/src/sandbox.c
@@ -227,6 +227,10 @@ int main(int argc, char **argv)
#else
"next is OK! :D\n"
#endif
+#ifndef SB_SCHIZO
+# define SB_SCHIZO "no"
+#endif
+ " schizo: " SB_SCHIZO "\n"
"\nconfigured with these options:\n"
SANDBOX_CONFIGURE_OPTS
);