summaryrefslogtreecommitdiff
path: root/xtrans.m4
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-17 02:01:55 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-17 02:01:55 +0000
commit65ca78f15fe7f1640f3610245957eac9bca0bf04 (patch)
tree68a68f653fd7a471b9767369c2de7a6174e48ee8 /xtrans.m4
parentf1d56df5736087eafa3db255437c918f6b9075a1 (diff)
downloadxorg-lib-libxtrans-65ca78f15fe7f1640f3610245957eac9bca0bf04.tar.gz
Move AC_MSG_RESULT so it shows up in the right place, not after other tests
are executed
Diffstat (limited to 'xtrans.m4')
-rw-r--r--xtrans.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/xtrans.m4 b/xtrans.m4
index 3627f91..e03b1ff 100644
--- a/xtrans.m4
+++ b/xtrans.m4
@@ -62,11 +62,11 @@ AC_DEFUN([XTRANS_CONNECTION_FLAGS],
fi
AC_MSG_RESULT($UNIXCONN)
AC_MSG_CHECKING([if Xtrans should support TCP socket connections])
+ AC_MSG_RESULT($TCPCONN)
if test "$TCPCONN" = "yes"; then
AC_DEFINE(TCPCONN,1,[Support TCP socket connections])
XTRANS_TCP_FLAGS
fi
- AC_MSG_RESULT($TCPCONN)
]) # XTRANS_CONNECTION_FLAGS