summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-07 12:48:53 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-07 12:48:53 +0200
commit34a278f943042084ee318e0fb059040643b9965a (patch)
treec7a98d7bfae72c0124c12d1f10be2db112aa2c9a /configure.ac
parentf63da72ea6fab13279e0fe437929ce4434f63c9f (diff)
[Combi] Remove strchrnull
Issue: #1083
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9526b291..7f366d05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,6 @@ AC_CHECK_FUNC([fcntl],, AC_MSG_ERROR("Could not find fcntl"))
AC_CHECK_FUNC([setlocale],,AC_MSG_ERROR("Could not find setlocale"))
AC_CHECK_FUNC([atexit],, AC_MSG_ERROR("Could not find atexit in c library"))
AC_CHECK_FUNC([glob],, AC_MSG_ERROR("Could not find glob in c library"))
-AC_CHECK_FUNC([strchrnul],,AC_MSG_ERROR("Could not find strchrnul function in c library (gnu extension)"))
AC_CHECK_HEADER([math.h],, AC_MSG_ERROR("Could not find math.h header file"))
AC_SEARCH_LIBS([floor],[m],, AC_MSG_ERROR("Could not find floor in math library"))