summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-11-30 01:02:04 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-12-05 11:26:35 +0100
commitcc045e87ea524b7bfaccd966af929e96e696b036 (patch)
tree0e4c7fdd1d0f8c15cc9ee5252f93ff0e06be8e22 /configure.ac
parenta95e44560671356730d2c14064cd2965da9d782e (diff)
spicy: demo SpicePort usage
spicy has been modified to recognized 2 different port types to play with: * org.spice.spicy: will connect the port to the current stdin/stdout, and can be used as a chardev for the qemu monitor * org.spice.spicy.break: will send a break event on connect and disconnect immediately (exercice the port event and flush)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7c59575..629fd5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,6 +66,7 @@ AM_CONDITIONAL([OS_WIN32],[test "$os_win32" = "yes"])
AC_CHECK_HEADERS([sys/ipc.h sys/shm.h])
AC_CHECK_HEADERS([sys/socket.h netinet/in.h arpa/inet.h])
+AC_CHECK_HEADERS([termios.h])
AC_CHECK_LIBM
AC_SUBST(LIBM)