diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-17 02:01:55 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-17 02:01:55 +0000 |
commit | 65ca78f15fe7f1640f3610245957eac9bca0bf04 (patch) | |
tree | 68a68f653fd7a471b9767369c2de7a6174e48ee8 /xtrans.m4 | |
parent | f1d56df5736087eafa3db255437c918f6b9075a1 (diff) |
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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |