From b5aaf72b6a1497624210f5aec32ccd48ec5400e5 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 18 Jun 2005 20:08:43 +0000
Subject: [PATCH] in configure.ac, check for possibly unavailable functions in
 alphabetical order

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2729 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog    | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 75003a82..1d61389b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -345,6 +345,8 @@ CVS code -
 	- Check for get_wch() instead of wget_wch() to determine if
 	  there's a wide curses library, as it's a more generic
 	  function. (DLR)
+	- Check for possibly unavailable functions in alphabetical
+	  order. (DLR)
 - doc/faq.html:
 	- Update section 1.1 to mention the current maintainer. (DLR)
 	- Minor capitalization and wording fixes. (DLR)
diff --git a/configure.ac b/configure.ac
index 031db4d8..8a5390d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,7 +395,7 @@ int main(void)
 
 dnl Checks for functions.
 
-AC_CHECK_FUNCS(snprintf vsnprintf isblank strcasecmp strncasecmp strcasestr strnlen getline getdelim)
+AC_CHECK_FUNCS(getdelim getline isblank snprintf strcasecmp strncasecmp strcasestr strnlen vsnprintf)
 
 if test x$enable_utf8 != xno; then
     AC_CHECK_FUNCS(iswalnum iswblank iswpunct iswspace mblen mbstowcs mbtowc wctomb wcwidth)
-- 
GitLab