summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTommi Komulainen <tommi.komulainen@iki.fi>2008-10-15 20:44:29 +0000
committerTommi Komulainen <tko@src.gnome.org>2008-10-15 20:44:29 +0000
commitc1ae84540f4d8276e87c7b31498cc61b7c0a0086 (patch)
tree4e5d21703ff3ffb5c7601635a84c4dd86cc84f07 /configure.ac
parenta658109407ab33222584b93ae00aaf135807a456 (diff)
downloadgobject-introspection-c1ae84540f4d8276e87c7b31498cc61b7c0a0086.tar.gz
Bug 556400 – Fails to build on OS X 10.4
2008-10-15 Tommi Komulainen <tommi.komulainen@iki.fi> Bug 556400 – Fails to build on OS X 10.4 * configure.ac: check for functions backtrace and backtrace_symbols * girepository/girparser.c (backtrace_stderr): Comment out implementation if the functions are not available. * gcov.mak (clean-gcov, clean-gcno): always call 'find' with a directory for better portability svn path=/trunk/; revision=711
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1f0ad358..230ab2e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,7 @@ AC_C_CONST
# Checks for library functions.
AC_FUNC_STRTOD
AC_CHECK_FUNCS([memchr strchr strspn strstr strtol strtoull])
+AC_CHECK_FUNCS([backtrace backtrace_symbols])
# Python