diff options
author | gdt <gdt> | 2003-12-03 17:52:30 +0000 |
---|---|---|
committer | gdt <gdt> | 2003-12-03 17:52:30 +0000 |
commit | fa3232e12235d02204bc7060018b49d3e888faa7 (patch) | |
tree | a3a1418320392314b08cd067694d1416835a0d8c /ChangeLog | |
parent | d6b72f7ab1d33a43e1b6d5cd3410ac53e3bf74a9 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |