Use AC_TYPE_SIGNAL to replace Imake's SIGNAL_DEFINES (used in Xtransutil.c)

This commit is contained in:
Alan Coopersmith
2005-07-26 18:59:11 +00:00
parent 0a80fbc1eb
commit 4ddee2d488

View File

@@ -50,7 +50,8 @@ AC_DEFUN([XTRANS_TCP_FLAGS],[
# Standard checks for which Xtrans transports to use by the Xorg packages
# that use Xtrans functions
AC_DEFUN([XTRANS_CONNECTION_FLAGS],
[AC_ARG_ENABLE(unix-transport,
[AC_REQUIRE([AC_TYPE_SIGNAL])
AC_ARG_ENABLE(unix-transport,
AC_HELP_STRING([--enable-unix-transport],[Enable UNIX domain socket transport]),
[UNIXCONN=$enableval], [UNIXCONN=yes])
AC_ARG_ENABLE(tcp-transport,