From 7c10080766f135711f58385270c30b4fa111b1f1 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 12 Jun 2019 18:13:32 -0700 Subject: [PATCH] configure: Fix forkpty test code indentation Signed-off-by: Anders Kaseorg --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index efbd96e..78d3a29 100644 --- a/configure.ac +++ b/configure.ac @@ -372,7 +372,7 @@ AC_CHECK_DECL([forkpty], [AC_DEFINE([FORKPTY_IN_LIBUTIL], [1], [Define if libutil.h necessary for forkpty().])], , [[#include - #include ]]) +#include ]]) AC_SEARCH_LIBS([forkpty], [util bsd], [ AC_DEFINE([HAVE_FORKPTY],, [Define if you have forkpty().])