configure: remove a comment
94ed0ba1b5
moved backtracing into the DIX, so
this comment is outdated. since no-one noticed and it's easier to just grep
than update file references, remove the comment.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
This commit is contained in:
parent
9f4afe7e83
commit
f12a9ed870
|
@ -300,7 +300,7 @@ AC_CHECK_HEADER([machine/apmvar.h],[
|
|||
AM_CONDITIONAL(BSD_APM, [test "x$ac_cv_BSD_APM" = xyes])
|
||||
AM_CONDITIONAL(BSD_KQUEUE_APM, [test "x$ac_cv_BSD_KQUEUE_APM" = xyes])
|
||||
|
||||
dnl glibc backtrace support check (hw/xfree86/common/xf86Events.c)
|
||||
dnl glibc backtrace support check
|
||||
AC_CHECK_HEADER([execinfo.h],[
|
||||
AC_CHECK_LIB(c, backtrace, [
|
||||
AC_DEFINE(HAVE_BACKTRACE, 1, [Has backtrace support])
|
||||
|
|
Loading…
Reference in New Issue