[w3m-dev 02537]

Tsutomu Okada <okada@furuno.co.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-26 09:59:16 +00:00
parent 86cc59ae41
commit 1315025851
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-11-26 Tsutomu Okada <okada@furuno.co.jp>
* [w3m-dev 02537]
* configure: s/$def_egd/def_use_egd/
2001-11-26 Fumitoshi UKAI <ukai@debian.or.jp> 2001-11-26 Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 02556] * [w3m-dev 02556]

4
configure vendored
View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# $Id: configure,v 1.20 2001/11/26 09:01:08 ukai Exp $ # $Id: configure,v 1.21 2001/11/26 09:59:16 ukai Exp $
# Configuration. # Configuration.
# #
@@ -1860,7 +1860,7 @@ $def_use_bufinfo
/* /*
* Support EGD (Entropy Gathering Daemon) * Support EGD (Entropy Gathering Daemon)
*/ */
$def_egd $def_use_egd
/* /*
* Remove line trailing spaces in html buffer. * Remove line trailing spaces in html buffer.