diff options
| author | max@tclers.tk (Reinhard Max) <max> | 2011-07-28 15:51:40 (GMT) |
|---|---|---|
| committer | max@tclers.tk (Reinhard Max) <max> | 2011-07-28 15:51:40 (GMT) |
| commit | 746e3f2749e981dbbcd499dc0d0c8ede3130555c (patch) | |
| tree | 9ca89d47ff104c6c6d701ef65c14c58899f1f863 /unix | |
| parent | c682d2ed34a38dd8e6d5f81957ee5c620dbd3b20 (diff) | |
| download | tcl-746e3f2749e981dbbcd499dc0d0c8ede3130555c.zip tcl-746e3f2749e981dbbcd499dc0d0c8ede3130555c.tar.gz tcl-746e3f2749e981dbbcd499dc0d0c8ede3130555c.tar.bz2 | |
Fix AC_DEFINE invocation for NEED_FAKE_RFC2553.
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/tcl.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 229e0b8..2f7cb16 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -3261,7 +3261,8 @@ AC_DEFUN([SC_TCL_IPV6],[ #include <netdb.h> ]]) if test "x$NEED_FAKE_RFC2553" = "x1"; then - AC_DEFINE(NEED_FAKE_RFC2553) + AC_DEFINE([NEED_FAKE_RFC2553], 1, + [Use compat implementation of getaddrinfo() and friends]) AC_LIBOBJ([fake-rfc2553]) AC_CHECK_FUNC(strlcpy) fi |
