From: Lars Op den Kamp Date: Mon, 27 Oct 2014 09:33:58 +0000 (+0100) Subject: fixed configure on systems without curses support. thanks @MilhouseVH X-Git-Tag: upstream/2.2.0~1^2~1^2~3^2~5 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=cb4133542a694d3021841b9ab80e5f398e3948cb fixed configure on systems without curses support. thanks @MilhouseVH --- diff --git a/configure.ac b/configure.ac index cb952f3..2612d55 100644 --- a/configure.ac +++ b/configure.ac @@ -225,6 +225,7 @@ case "${host}" in AC_DEFINE([HAVE_RANDR],[1],[Define to 1 to include support for the X11 randr extension]) AM_CONDITIONAL(USE_X11_RANDR, true) else + AM_CONDITIONAL(USE_X11_RANDR, false) LIBS="$libs_tmp" fi ;;