From: Christos Zoulas Date: Sat, 29 Jun 2019 22:29:03 +0000 (+0000) Subject: Remove AC_C_CONST (petk) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1426197981177d5c95775ea789c2d19d4747759d;p=file Remove AC_C_CONST (petk) --- diff --git a/configure.ac b/configure.ac index 7da62aa2..0f1077d1 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,6 @@ fi AC_CHECK_TYPE([sig_t],[AC_DEFINE([HAVE_SIG_T],1,[Have sig_t type])],,[#include ]) dnl Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_CHECK_MEMBERS([struct stat.st_rdev])