summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-24 00:39:56 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-24 00:39:56 +0200
commitef3c773097072282627f5d16079602ff7111dcd5 (patch)
treee086d7601896cd946398e731477d78a80f0f8f82 /configure.ac
parentad53de507cfdafa53873d701b3d18a7704144b0a (diff)
Constness.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e3ccdf34..006d0f45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,7 @@ AC_CHECK_FUNC([strtok_r],, AC_MSG_ERROR("Could not find strtok_r"))
AC_CHECK_FUNC([flock],, AC_MSG_ERROR("Could not find flock"))
AC_CHECK_FUNC([ftruncate],,AC_MSG_ERROR("Could not find ftruncate"))
AC_CHECK_FUNC([fcntl],, AC_MSG_ERROR("Could not find fcntl"))
+AC_CHECK_FUNC([setlocale],,AC_MSG_ERROR("Could not find setlocale"))
dnl ---------------------------------------------------------------------
dnl Check dependencies