Skip to content

Commit 625465f

Browse files
committed
Fix configure.ac syntax error under some circumstances
Fixes #282
1 parent 4fcc49f commit 625465f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ LT_INIT
1717
AC_PROG_CC
1818
AC_PROG_CC_STDC
1919

20-
AC_CHECK_HEADERS([
21-
sys/fsuid.h
22-
selinux/selinux.h
23-
selinux/context.h
20+
AC_CHECK_HEADERS([ \
21+
sys/fsuid.h \
22+
selinux/selinux.h \
23+
selinux/context.h \
2424
])
2525
AC_CHECK_FUNCS([ \
2626
explicit_bzero \

0 commit comments

Comments
 (0)