From 22fab48c6ad09e7a3d623d4e9c93147dd786c8dd Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 22 Jan 2003 17:39:58 +0000 Subject: efence pawah --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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]) -- cgit v1.2.3