summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Varshavchik2022-05-25 21:55:25 -0400
committerSam Varshavchik2022-05-25 21:55:25 -0400
commit75434dcacf7de32fd8eafdf8042e02c6604a31e5 (patch)
treedf4fb40956f4184c69e8b4b26908c59799fca648
parent70bedfae0b8df282fd3a800cb7ebe4aa1ea107ce (diff)
downloadcourier-libs-75434dcacf7de32fd8eafdf8042e02c6604a31e5.tar.bz2
Remove unused autoconf code.
-rw-r--r--imap/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/imap/configure.ac b/imap/configure.ac
index dee12b5..02eee11 100644
--- a/imap/configure.ac
+++ b/imap/configure.ac
@@ -118,12 +118,6 @@ dnl Checks for header files.
AC_CHECK_HEADERS(locale.h unistd.h sys/stat.h sys/wait.h time.h sys/time.h sys/utsname.h utime.h strings.h)
AC_CHECK_HEADERS_ONCE([sys/time.h])
-# Obsolete code to be removed.
-if test $ac_cv_header_sys_time_h = yes; then
- AC_DEFINE([TIME_WITH_SYS_TIME],[1],[Define to 1 if you can safely include both <sys/time.h>
- and <time.h>. This macro is obsolete.])
-fi
-# End of obsolete code.
AC_HEADER_DIRENT
AC_HEADER_SYS_WAIT