summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e372c4d..8e5f43e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,8 @@ AC_SEARCH_LIBS(gluPerspective, GLU, , [
AC_SEARCH_LIBS(gluPerspective, GLU, , AC_MSG_ERROR([can't find GLU]))
])
+AC_SEARCH_LIBS(EF_Print, efence)
+
# Checks for header files.
AC_FUNC_ALLOCA
AC_HEADER_STDC
@@ -58,6 +60,7 @@ ALL_LINGUAS="fr"
AC_FUNC_MALLOC
AC_FUNC_MMAP
AC_FUNC_REALLOC
+AC_FUNC_VPRINTF
AC_CHECK_FUNCS([__argz_count __argz_next __argz_stringify getcwd mempcpy munmap nl_langinfo setlocale stpcpy strcasecmp strchr strcspn strdup strstr strtoul atexit])