]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
* next try to get a working new tokenizer. this seems to be working
[citadel.git] / citadel / configure.ac
index f735aadf6e914ca0381d79ab2b5a4aa4ffe47758..af09ef2d94cf0fece82f2cbee3541ea0b39abfad 100644 (file)
@@ -294,7 +294,7 @@ dnl Checks for libraries.
 dnl We want to test for the following in libc before checking for their
 dnl respective libraries, because some systems (like Irix) have both, and the
 dnl non-libc versions may be broken.
-AC_CHECK_FUNCS(crypt gethostbyname connect)
+AC_CHECK_FUNCS(crypt gethostbyname connect backtrace)
 
 if test "$ac_cv_func_gethostbyname" = no; then
        AC_CHECK_LIB(nsl, gethostbyname)