summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJindrich Novy <jnovy@redhat.com>2008-10-24 12:32:31 +0200
committerJindrich Novy <jnovy@redhat.com>2008-10-24 12:32:31 +0200
commitca40fafedb504ff0195e347886e96a0268b3f5db (patch)
treee86a60a0a8a35d539ab01bc49fe5ce52bb93496c /configure.ac
parentaeb672ca42cf0cce6d9f3d302f4d04513fc673c3 (diff)
downloadlibrpm-tizen-ca40fafedb504ff0195e347886e96a0268b3f5db.tar.gz
librpm-tizen-ca40fafedb504ff0195e347886e96a0268b3f5db.tar.bz2
librpm-tizen-ca40fafedb504ff0195e347886e96a0268b3f5db.zip
Remove timezone autoconf checks and system.h reference
- timezone is no more used so it's no more needed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 5e1042624..c86d06d5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -616,10 +616,6 @@ if test $HAS_S_ISSOCK = yes; then
AC_DEFINE(HAVE_S_ISSOCK, 1, [Define as 1 if <sys/stat.h> defines S_ISSOCK])
fi
-AC_MSG_CHECKING(if timezone is defined)
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[printf("%ld", timezone)]])],[HAS_TIMEZONE=yes],[HAS_TIMEZONE=no])
-AC_MSG_RESULT($HAS_TIMEZONE)
-
dnl Check for missing typedefs
AC_TYPE_MODE_T
AC_TYPE_OFF_T