From 1536d4bb0b83b985ad7cba9bac769ba8d71a520c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 17 Oct 2002 03:50:36 +0000 Subject: [PATCH] put header files in a slightly more consistent order git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1304 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b1115c6d..5ae554b4 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_SYS_LARGEFILE dnl Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS(fcntl.h getopt.h libintl.h limits.h termio.h termios.h regex.h unistd.h) +AC_CHECK_HEADERS(fcntl.h getopt.h libintl.h limits.h regex.h termio.h termios.h unistd.h) dnl options AC_ARG_ENABLE(debug, -- 2.39.5