summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-02 22:33:55 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-02 22:33:55 +0200
commitbac92616d3f0293df969d2557f00a639a83012e9 (patch)
tree8b17f9cf6c91c73590cbb27f8596a12bf3cbbc6d /configure.ac
parent218886f89799e6bd20d2034ccca4a881926c4315 (diff)
Remove toupper from lexer.c replace by glib equiv.
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 6feb5de5..3807b4cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,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([toupper],, AC_MSG_ERROR("Could not find toupper in c library"))
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"))