View | Details | Raw Unified | Return to bug 2085 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (+4 lines)
Lines 482-487 Link Here
482
	AC_DEFINE([PTY_ZEROREAD], [1], [read(1) can return 0 for a non-closed fd])
482
	AC_DEFINE([PTY_ZEROREAD], [1], [read(1) can return 0 for a non-closed fd])
483
	AC_DEFINE([PLATFORM_SYS_DIR_UID], 2, [System dirs owned by bin (uid 2)])
483
	AC_DEFINE([PLATFORM_SYS_DIR_UID], 2, [System dirs owned by bin (uid 2)])
484
	;;
484
	;;
485
*-*-androideabi*)
486
	AC_DEFINE([MISSING_FD_MASK], [1], [Define on *androideabi systems])
487
	AC_DEFINE([MISSING_HOWMANY], [1], [Define on *androideabi systems])
488
	;;
485
*-*-cygwin*)
489
*-*-cygwin*)
486
	check_for_libcrypt_later=1
490
	check_for_libcrypt_later=1
487
	LIBS="$LIBS /usr/lib/textreadmode.o"
491
	LIBS="$LIBS /usr/lib/textreadmode.o"

Return to bug 2085