Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 572418 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/lharc.c (-1 / +1 lines)
Lines 628-634 Link Here
628
        if (!isatty(1) && cmd == CMD_ADD)
628
        if (!isatty(1) && cmd == CMD_ADD)
629
            quiet = TRUE;
629
            quiet = TRUE;
630
    }
630
    }
631
#if 0 /* Comment out; IMHO, this feature is useless. by Koji Arai */
631
#ifndef MINGW32
632
    else {
632
    else {
633
        if (argc == 3 && !isatty(0)) { /* 1999.7.18 */
633
        if (argc == 3 && !isatty(0)) { /* 1999.7.18 */
634
            /* Bug(?) on MinGW, isatty() return 0 on Cygwin console.
634
            /* Bug(?) on MinGW, isatty() return 0 on Cygwin console.
(-)a/configure.ac (+5 lines)
Lines 334-339 Link Here
334
;;
334
;;
335
esac
335
esac
336
336
337
AC_MINGW32
338
if test "x$MINGW32" = xyes; then
339
  AC_DEFINE(MINGW32, 1, [Define to 1 if we're being compiled with MinGW.])
340
fi
341
337
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile olddoc/Makefile])
342
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile olddoc/Makefile])
338
AC_CONFIG_FILES([tests/Makefile tests/lha-test])
343
AC_CONFIG_FILES([tests/Makefile tests/lha-test])
339
AC_OUTPUT
344
AC_OUTPUT

Return to bug 572418