]> git.ipfire.org Git - pakfire.git/commitdiff
configure: Fix typo in ctype.h
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Jul 2021 14:39:21 +0000 (14:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Jul 2021 14:39:21 +0000 (14:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index 055c386d6fdfd5eebcd83a19b8f9405a56cb8301..8807efddf9afe06fdb58aa5a0f1aaadb57b9d91c 100644 (file)
@@ -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 \