diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 11:33:51 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 11:37:59 +0200 |
commit | cd174374ffd0ee1cf5bea77905db4dbbc962aeda (patch) | |
tree | 8d04db23acccedc20ba66b108069753e984e8b30 /configure.ac | |
parent | 5c084f842ae21d861818a33922b5c77cb17ad8e4 (diff) | |
download | librpm-tizen-cd174374ffd0ee1cf5bea77905db4dbbc962aeda.tar.gz librpm-tizen-cd174374ffd0ee1cf5bea77905db4dbbc962aeda.tar.bz2 librpm-tizen-cd174374ffd0ee1cf5bea77905db4dbbc962aeda.zip |
Remove unnecessary and broken time.h related configure + system.h checks
- the AC_HEADER_TIME check is unnecessary for any remotely recent systems,
and the HAVE_SYS_TIME_H conditional in system.h is just broken as we
dont even check for <sys/time.h> header in configure
- dont include from system.h, the time.h and sys/time.h get already
included through our public headers where necessary
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 264d8a389..9b83e5a12 100644 --- a/configure.ac +++ b/configure.ac @@ -352,7 +352,6 @@ dnl Checks for header files we can live without. AC_HEADER_STDC AC_HEADER_MAJOR AC_HEADER_DIRENT -AC_HEADER_TIME AC_CHECK_HEADERS(locale.h) AC_CHECK_HEADERS(limits.h) |