aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/integration.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c
index 4a743c63..affe65b4 100644
--- a/libcrystfel/src/integration.c
+++ b/libcrystfel/src/integration.c
@@ -412,6 +412,9 @@ static void show_peak_box(struct intcontext *ic, struct peak_box *bx,
endwin();
if ( results_pipe != 0 ) write(results_pipe, "RELEASE\n", 8);
+#else
+ STATUS("Not showing peak box because CrystFEL was compiled without "
+ "ncurses.\n");
#endif
}