Fix indentation and quotation of the headers

This commit is contained in:
cypherpunks 2016-05-13 11:03:55 +00:00 committed by Nick Mathewson
parent ab8f1a9e9b
commit c404905822

View File

@ -1004,8 +1004,7 @@ AC_SUBST(CURVE25519_LIBS)
dnl Make sure to enable support for large off_t if available.
AC_SYS_LARGEFILE
AC_CHECK_HEADERS(
assert.h \
AC_CHECK_HEADERS([assert.h \
errno.h \
fcntl.h \
signal.h \
@ -1055,8 +1054,7 @@ AC_CHECK_HEADERS(
sys/utime.h \
sys/wait.h \
syslog.h \
utime.h
)
utime.h])
AC_CHECK_HEADERS(sys/param.h)