repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d801b
)
fixed configure on systems without curses support. thanks @MilhouseVH
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 27 Oct 2014 09:33:58 +0000
(10:33 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 27 Oct 2014 09:33:58 +0000
(10:33 +0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index cb952f376033b67f18b8b98fb9989739ffe3655b..2612d5569889743de43b291e246916920edb3808 100644
(file)
--- 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
;;