mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +00:00
6 lines
151 B
Text
6 lines
151 B
Text
|
AC_CHECK_LIB([backtrace], [backtrace_create_state],
|
||
|
[HAVE_BACKTRACE=yes
|
||
|
BACKTRACE_LIBS=-lbacktrace],
|
||
|
[HAVE_BACKTRACE=no])
|
||
|
AC_SUBST(BACKTRACE_LIBS)
|