summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xunix/configure3
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99f6408..722ddf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* unix/tcl.m4 (SC_TCL_IPV6): Fix AC_DEFINE invocation for
NEED_FAKE_RFC2553.
+ * unix/configure: autoconf-2.59
2011-07-28 Don Porter <dgp@users.sourceforge.net>
diff --git a/unix/configure b/unix/configure
index 2483e4a..53f44ac 100755
--- a/unix/configure
+++ b/unix/configure
@@ -11381,7 +11381,8 @@ else
fi
if test "x$NEED_FAKE_RFC2553" = "x1"; then
- cat >>confdefs.h <<\_ACEOF
+
+cat >>confdefs.h <<\_ACEOF
#define NEED_FAKE_RFC2553 1
_ACEOF