summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpixel <pixel>2003-01-22 17:39:58 +0000
committerpixel <pixel>2003-01-22 17:39:58 +0000
commit22fab48c6ad09e7a3d623d4e9c93147dd786c8dd (patch)
tree4a2009c0580546a790fafc872814192e196868e9 /configure.ac
parentac4600dbd1260c0703c59d46512656ad3823f848 (diff)
efence pawah
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])