aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-05-11 01:29:39 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-05-16 13:05:00 +0200
commitb845ea097c285f17641d60df3dea4d3e820a1475 (patch)
treef8580158aa806ea4dff52ee9d207914d1876fda9 /configure.ac
parentb81a73d1fbddda4c319899910d751215ff3d29ca (diff)
downloadbird-b845ea097c285f17641d60df3dea4d3e820a1475.tar.gz
Remove autoconf macros for time_t and alignment
Replaced by constant compile-time expressions. CPU_STRUCT_ALIGN is not really correct, but is consistent with the old behavior.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index aac5679c..7910c196 100644
--- a/configure.ac
+++ b/configure.ac
@@ -320,9 +320,6 @@ AC_C_BIGENDIAN(
[AC_MSG_ERROR([Cannot determine CPU endianity.])]
)
-BIRD_CHECK_STRUCT_ALIGN
-BIRD_CHECK_TIME_T
-
if test "$enable_debug" = yes ; then
AC_DEFINE([DEBUGGING], [1], [Define to 1 if debugging is enabled])
if test "$enable_memcheck" = yes ; then