summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgdt <gdt>2003-12-03 17:52:30 +0000
committergdt <gdt>2003-12-03 17:52:30 +0000
commitfa3232e12235d02204bc7060018b49d3e888faa7 (patch)
treea3a1418320392314b08cd067694d1416835a0d8c /ChangeLog
parentd6b72f7ab1d33a43e1b6d5cd3410ac53e3bf74a9 (diff)
check for v6 header files after we figure out whether we are doing v6
and if so which flavor. Fixes 99% of bugzilla bug #62.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e31d0c6c..13f5457f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
+ * configure.ac: Move tests for v6 header files to after the check
+ for v6 code version, and conditionalize on the right variable.
+ (Fixes problem where v6 header files are not included when v6 is
+ enabled implicitly.)
+
+2003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
+
* configure.ac: Add --enable-exampledir to specify where example
config files should go, defaulting to sysconfdir.