Skip to content

Commit

Permalink
configure: Remove AC_HEADER_TIME and AC_STRUCT_TM macros
Browse files Browse the repository at this point in the history
Nobody checks for TIME_WITH_SYS_TIME or TM_IN_SYS_TIME definitions,
therefore they are not needed.
  • Loading branch information
pali committed Dec 28, 2018
1 parent da3352f commit e41ce45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ AC_CHECK_HEADERS(readline/readline.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_INLINE
AC_C_BIGENDIAN
AC_HEADER_TIME
AC_STRUCT_TM
AC_SYS_LARGEFILE

PKG_PROG_PKG_CONFIG
Expand Down

0 comments on commit e41ce45

Please sign in to comment.