From: Ralf Corsépius Date: Sat, 27 Oct 2007 04:10:13 +0000 (+0200) Subject: Remove AC_ISC_POSIX (Obsolete). X-Git-Tag: rpm-4.6.0-rc1~1565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4988efe1b41bef82810dbfb1c7aa52ec68678a3;p=platform%2Fupstream%2Frpm.git Remove AC_ISC_POSIX (Obsolete). --- diff --git a/configure.ac b/configure.ac index 1c77599..72533b0 100644 --- a/configure.ac +++ b/configure.ac @@ -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.