From: Michael Tremer Date: Tue, 6 Jul 2021 14:39:21 +0000 (+0000) Subject: configure: Fix typo in ctype.h X-Git-Tag: 0.9.28~1098 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=280ffaee0d6aa1216f22b1adf808a4e782830da5;p=pakfire.git configure: Fix typo in ctype.h Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 055c386d6..8807efddf 100644 --- a/configure.ac +++ b/configure.ac @@ -138,7 +138,7 @@ AC_C_CONST AC_CHECK_LIB([m], [round]) AC_CHECK_HEADERS([ \ - ctypes.h \ + ctype.h \ dirent.h \ errno.h \ fcntl.h \