diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-15 18:31:16 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-15 18:31:16 +0000 |
commit | 601c38a8b0bbe92db6374e00e485435316dce1cb (patch) | |
tree | fcd09ad2f956eaaa53f19c57dc6879e1771690c2 | |
parent | 0a00119745bef1bd67b53124a6a41b76454c5503 (diff) |
Add XTRANS_CONNECTION_FLAGS to set TCP & IPv6 flags needed by libSM
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 185a490..1614aac 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,9 @@ AC_SUBST(XTRANS_LIBS) # Checks for header files. AC_HEADER_STDC +# Needed to check for TCP & IPv6 support and set flags appropriately +XTRANS_CONNECTION_FLAGS + if test "x$GCC" = "xyes"; then GCC_WARNINGS="-Wall -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ |