diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-26 09:59:16 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-26 09:59:16 +0000 |
commit | 13150258513993447c92b576c014ca1d67feeaa6 (patch) | |
tree | efe2e1c37bda4b7c4c3aec983be71268a44b7c38 /configure | |
parent | [w3m-dev 02556] (diff) | |
download | w3m-13150258513993447c92b576c014ca1d67feeaa6.tar.gz w3m-13150258513993447c92b576c014ca1d67feeaa6.zip |
[w3m-dev 02537]
Tsutomu Okada <okada@furuno.co.jp>
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |