aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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++)