From 8dd92d661dd50b7af5563242c9ffe2ce418f0f15 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 4 Jan 2010 16:10:44 +0200 Subject: [PATCH] Remove unnecessary stdint check from configure - a leftover from pre-C99 requirement times --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 0850e9e..f0ce2a5 100644 --- a/configure.ac +++ b/configure.ac @@ -863,10 +863,6 @@ AM_CONDITIONAL([HACKINGDOCS],[test "$with_hackingdocs" = yes]) AC_PATH_PROG(AUTOM4TE,autom4te,:) -AS_IF([test "$ac_cv_header_stdint_h" = "yes"],[ -AC_DEFINE([__RPM_USES_STDINT_H__],[1],[if rpm uses stdint.h]) -]) - AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp]) AC_CONFIG_FILES([Makefile -- 2.7.4