Fix configure
authorNelson Ferreira <nelson.ferreira@ieee.org>
Tue, 6 Mar 2012 06:02:32 +0000 (01:02 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Tue, 6 Mar 2012 06:02:32 +0000 (01:02 -0500)
Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
configure.ac

index 125447a..a6d48ef 100644 (file)
@@ -2842,8 +2842,7 @@ AS_IF([test "$with_tty" != "no" -a "$have_ncurses" != "no" ],[
 AS_IF([test "$with_tty" != "no" -a "$have_tty" != no], [
        AC_DEFINE([HAVE_TTY], [1], [Include TTY support for SXEmacs])
        AC_DEFINE([HAVE_UNIXOID_EVENT_LOOP], [1], [Include Unixoid event loop - TTY provided])
-       SXE_ADD_SXEUITTY_OBJS([console-tty.o device-tty.o event-tty.o 
-               frame-tty.o objects-tty.o redisplay-tty.o cm.o])
+       SXE_ADD_SXEUITTY_OBJS([console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o])
 ])
 AS_IF([test "$with_tty" != "no" -a "$have_tty" != no], [
   dnl General Purpose Mouse (libgpm) support