kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=e095fc4ba47bbec21a9727efa96277a144a9c1ae
commit e095fc4ba47bbec21a9727efa96277a144a9c1ae Author: Kim Woelders <[email protected]> Date: Fri Mar 26 21:15:07 2021 +0100 Remove obsolete and unused AC_HEADER_STDC --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4939c59..ae7babe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([imlib2], [1.7.1], [[email protected]]) +AC_INIT([imlib2],[1.7.1],[[email protected]]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_BUILD @@ -11,7 +11,6 @@ AC_C_BIGENDIAN AC_PROG_CC AM_PROG_AS -AC_HEADER_STDC AC_C_CONST dnl Next two lines is a hack to prevent libtool checking for CXX/F77 --
