diff options
author | pixel <pixel> | 2003-01-22 17:39:58 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-22 17:39:58 +0000 |
commit | 22fab48c6ad09e7a3d623d4e9c93147dd786c8dd (patch) | |
tree | 4a2009c0580546a790fafc872814192e196868e9 | |
parent | ac4600dbd1260c0703c59d46512656ad3823f848 (diff) |
efence pawah
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
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) |