diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ae78cb187..e061a0ad5 100644 --- a/configure.ac +++ b/configure.ac @@ -473,7 +473,7 @@ AC_COMPILE_IFELSE( [stdbuf_supported=yes], [stdbuf_supported=no]) AC_MSG_RESULT([$stdbuf_supported]) -if test "$stdbuf_supported" = "yes"; then +if test "$stdbuf_supported" = "yes" && test -z "$EXEEXT"; then gl_ADD_PROG([optional_bin_progs], [stdbuf]) fi |