diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-04 16:10:44 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-04 16:10:44 +0200 |
commit | 8dd92d661dd50b7af5563242c9ffe2ce418f0f15 (patch) | |
tree | 1f75b21bf426c452a80d0a9d40b0e00008d1b278 /configure.ac | |
parent | 190d2b4783a1486370e3d7ebe12278dede7e16bf (diff) | |
download | rpm-8dd92d661dd50b7af5563242c9ffe2ce418f0f15.tar.gz rpm-8dd92d661dd50b7af5563242c9ffe2ce418f0f15.tar.bz2 rpm-8dd92d661dd50b7af5563242c9ffe2ce418f0f15.zip |
Remove unnecessary stdint check from configure
- a leftover from pre-C99 requirement times
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 0850e9ed6..f0ce2a561 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 |