Skip to content

Commit ba8f793

Browse files
committed
fix style
1 parent 85b709e commit ba8f793

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

configure

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3022,11 +3022,13 @@ AC_HEADER_DIRENT
30223022
AC_HEADER_MAJOR
30233023

30243024
# On Linux, stropts.h may be empty
3025-
AC_CHECK_DECL([I_PUSH], [AC_DEFINE([HAVE_STROPTS_H], [1], [Define to 1 if you have the <stropts.h> header file.])], [], [
3026-
#ifdef HAVE_SYS_TYPES_H
3027-
#include <sys/types.h>
3028-
#endif
3029-
#include <stropts.h>
3025+
AC_CHECK_DECL([I_PUSH], [
3026+
AC_DEFINE([HAVE_STROPTS_H], [1],
3027+
[Define to 1 if you have the <stropts.h> header file.])], [], [
3028+
#ifdef HAVE_SYS_TYPES_H
3029+
# include <sys/types.h>
3030+
#endif
3031+
#include <stropts.h>
30303032
])
30313033

30323034
# bluetooth/bluetooth.h has been known to not compile with -std=c99.

0 commit comments

Comments
 (0)