From 8f20d56f91e70ea3b6a56d20be66913b15a1ebca Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 12 Feb 2015 11:31:33 +0100 Subject: Show warning if CrystFEL was compiled without ncurses --- libcrystfel/src/integration.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcrystfel/src/integration.c') 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 } -- cgit v1.2.3