summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
-rw-r--r--src/Makefile.am2
2 files changed, 4 insertions, 1 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])
diff --git a/src/Makefile.am b/src/Makefile.am
index 59b7e19..a2693d4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,6 @@ noinst_PROGRAMS = test
test_SOURCES = test.cc
-LDADD = ../lib/libmogltk.la -lefence
+LDADD = ../lib/libmogltk.la
test_LDADD = $(LDADD)