diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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> * [w3m-dev 02556] @@ -1,5 +1,5 @@ #!/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. # @@ -1860,7 +1860,7 @@ $def_use_bufinfo /* * Support EGD (Entropy Gathering Daemon) */ -$def_egd +$def_use_egd /* * Remove line trailing spaces in html buffer. |