summaryrefslogtreecommitdiff
path: root/xtrans.m4
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 18:59:11 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 18:59:11 +0000
commit4ddee2d488f8bdcee624be96fa52ca03a7e64b83 (patch)
tree15202b1f126701d638bb07588bc0561eba76732b /xtrans.m4
parent0a80fbc1eb80343eaff27c48f9531f5ba709b6ef (diff)
Use AC_TYPE_SIGNAL to replace Imake's SIGNAL_DEFINES (used in Xtransutil.c)
Diffstat (limited to 'xtrans.m4')
-rw-r--r--xtrans.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/xtrans.m4 b/xtrans.m4
index 3ea0b8e..f5d2904 100644
--- a/xtrans.m4
+++ b/xtrans.m4
@@ -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,