summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-04 08:38:35 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-04 08:38:35 +0100
commit5228aa82be0029d943ecfd42c8cff5d883da2ec0 (patch)
tree6710cfbab5e07c67d64ebd46c4fd619845efede8 /configure.ac
parented6cb59b5d6122295c640c95b6103a9a4fa02589 (diff)
Add atexit to dep check
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 16ba46bb..ec403685 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,6 +83,7 @@ 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"))
+AC_CHECK_FUNC([atexit],, AC_MSG_ERROR("Could not find atexit in c library"))
dnl ---------------------------------------------------------------------
dnl Check dependencies