aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-09-27 21:19:53 +0800
committerChristian Persch <chpe@src.gnome.org>2004-09-27 21:19:53 +0800
commit01d4432d9c051e5381aa4ebca6b945d30f1075b8 (patch)
treee3d8582dd6aee70e146deeed697b416a31a17047 /configure.ac
parent43e470f7461e38da9ec1894df5fbe619fb65ceb2 (diff)
downloadgsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar
gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.gz
gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.bz2
gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.lz
gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.xz
gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.zst
gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.zip
Remove the hack, and just use the libc function for it. Thanks to Crispin
2004-09-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * lib/ephy-debug.c: (trap_handler), (ephy_debug_init): Remove the hack, and just use the libc function for it. Thanks to Crispin for suggesting this.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index a4abe0f9e..100c20965 100644
--- a/configure.ac
+++ b/configure.ac
@@ -364,13 +364,6 @@ AC_DEFINE([GTKMOZEMBED_BROKEN_RELOAD],[1],[Define if GtkMozEmbed has broken relo
AC_MSG_RESULT([couldn't autodetect, assuming yes])
-dnl check if mozilla's stack walker is accessible
-
-AC_CHECK_LIB([xpcom],[_Z15DumpStackToFileP8_IO_FILE],
- [AC_DEFINE([HAVE_DUMPSTACKTOFILE], [1], [Define if DumpStackToFile is available]) result=yes],
- [result=no],
- [`pkg-config --libs $MOZILLA-xpcom`])
-
dnl restore flags
CXXFLAGS=$_SAVE_CXXFLAGS
AC_LANG_POP(C++)