diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-30 21:02:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-30 21:02:16 +0000 |
commit | eb86f615066e71738f8f9ab924118e789380c873 (patch) | |
tree | eeb5a1a9a2b33781b104e7cdd562aca819be9428 /configure.in | |
parent | f7b666e1d4d1afd76f0696324f3d60e7de10de19 (diff) | |
download | fetchmail-eb86f615066e71738f8f9ab924118e789380c873.tar.gz fetchmail-eb86f615066e71738f8f9ab924118e789380c873.tar.bz2 fetchmail-eb86f615066e71738f8f9ab924118e789380c873.zip |
Cleaned up ticker dots code.
svn path=/trunk/; revision=708
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 6dea56c5..b8950a8e 100644 --- a/configure.in +++ b/configure.in @@ -81,6 +81,10 @@ if test $opt_enable_stdio = unset; then *-*-*freebsd*) AC_DEFINE(USE_STDIO) ;; + case $host in + *-*-*linux*) + AC_DEFINE(USE_STDIO) + ;; esac elif test $opt_enable_stdio = yes; then AC_DEFINE(USE_STDIO) |