diff options
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) |