diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 18:59:11 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 18:59:11 +0000 |
commit | 4ddee2d488f8bdcee624be96fa52ca03a7e64b83 (patch) | |
tree | 15202b1f126701d638bb07588bc0561eba76732b /xtrans.m4 | |
parent | 0a80fbc1eb80343eaff27c48f9531f5ba709b6ef (diff) |
Use AC_TYPE_SIGNAL to replace Imake's SIGNAL_DEFINES (used in Xtransutil.c)
Diffstat (limited to 'xtrans.m4')
-rw-r--r-- | xtrans.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |