diff --git a/aclocal.m4 b/aclocal.m4 index 039656f..56cbd37 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $MirBSD: aclocal.m4,v 1.11 2004/12/10 15:01:05 tg Exp $ +dnl $MirBSD: aclocal.m4,v 1.12 2004/12/10 15:22:19 tg Exp $ dnl- dnl Copyright (c) 2004 dnl Thorsten "mirabile" Glaser @@ -893,8 +893,14 @@ yes ], ksh_cv_os_type=$i) ;; #( Interix) - AC_EGREP_CPP(INTERIX_H, - [#include ], ksh_cv_os_type=$i)dnl + AC_EGREP_CPP(is_interix_sfu, + [ +#include +#if defined(__MirInterix__) +#elif defined(_INTERIX_INTERIX_H) || defined(WIN_REG_NONE) +is_interix_sfu +#endif + ], ksh_cv_os_type=$i)dnl ;; #( esac #)) test $ksh_cv_os_type != no && break