Remove AC_ISC_POSIX (Obsolete).
authorRalf Corsépius <corsepiu@fedoraproject.org>
Sat, 27 Oct 2007 04:10:13 +0000 (06:10 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Sat, 27 Oct 2007 04:10:13 +0000 (06:10 +0200)
configure.ac

index 1c77599..72533b0 100644 (file)
@@ -173,8 +173,6 @@ AC_DEFINE_UNQUOTED(RPM_MKDIR_P, "${RPM_MKDIR_P}",
    directory and all necessary parent directories, ala 'mkdir -p'])
 AC_SUBST(RPM_MKDIR_P)
 
-AC_ISC_POSIX
-
 dnl This test must precede tests of compiler characteristics like
 dnl that for the inline keyword, since it may change the degree to
 dnl which the compiler supports such features.