Skip to content

Commit 2cbad39

Browse files
committed
fix style
1 parent 2410cb6 commit 2cbad39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure.ac

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3022,9 +3022,7 @@ AC_HEADER_DIRENT
30223022
AC_HEADER_MAJOR
30233023

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

0 commit comments

Comments
 (0)