fixed configure on systems without curses support. thanks @MilhouseVH
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 27 Oct 2014 09:33:58 +0000 (10:33 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 27 Oct 2014 09:33:58 +0000 (10:33 +0100)
configure.ac

index cb952f376033b67f18b8b98fb9989739ffe3655b..2612d5569889743de43b291e246916920edb3808 100644 (file)
@@ -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
     ;;