]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Plug some memory leaks
[evince.git] / configure.ac
index c76946aa80557c1d1ad67990817751e9e239b2a6..2050b1ce0143e59df0053e3410b6dcabbc29fb35 100644 (file)
@@ -130,6 +130,11 @@ if test "x$GCONFTOOL" = "xno"; then
        AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
 fi
 
        AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
 fi
 
+dnl ================== portability checks ===========================================
+
+dnl for backtrace()
+AC_CHECK_HEADERS([execinfo.h])
+
 dnl ================== ggv checks ===================================================
 AC_ARG_WITH(gs-pkg,
             [  --with-gs=dir       Directory Where GhostScript package is installed.])
 dnl ================== ggv checks ===================================================
 AC_ARG_WITH(gs-pkg,
             [  --with-gs=dir       Directory Where GhostScript package is installed.])