X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fmain.c;h=dabb8eb996c26dddb88f613aae0941268aa4582c;hb=3dc43b3d0a8f0a12895b91f5158b4be3a5e78317;hp=c7f4f63096ac790f46afc1991f6c09728ba9ba1e;hpb=9009c8ba46a421e738d3ea57564e2df44dcaf3c5;p=gnushogi.git diff --git a/gnushogi/main.c b/gnushogi/main.c index c7f4f63..dabb8eb 100644 --- a/gnushogi/main.c +++ b/gnushogi/main.c @@ -95,12 +95,13 @@ main (int argc, char **argv) break; #endif +#ifdef HAVE_LIBCURSES case 'C': /* Curses interface. */ display_type = DISPLAY_CURSES; break; - +#endif case 'h': /* Need the "+" syntax here... */