build: fix typo in wlterm dependency checking

This is just two small typos/copy-paste-errors that didn't get checked
earlier.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-10-23 12:06:55 +02:00
parent d4529d735a
commit 936992298c

View File

@ -553,6 +553,8 @@ if test ! "x$enable_wlterm" = "xno" ; then
wlterm_avail=no
elif test "x$eloop_avail" = "xno" ; then
wlterm_avail=no
else
wlterm_avail=yes
fi
if test "x$enable_wlterm" = "xyes" ; then
@ -578,7 +580,7 @@ fi
# wlterm
wlterm_enabled=no
if test "x$wltem_avail" = "xyes" ; then
if test "x$wlterm_avail" = "xyes" ; then
if test "x${enable_wlterm% *}" = "xyes" ; then
wlterm_enabled=yes
enable_eloop=yes