From 0a7fdb7878656df51796589b5e061c62aeb3ea5c Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Sat, 9 Nov 2002 07:59:02 +0000 Subject: [PATCH] Add call to LIBUNWIND___THREAD. (Logical change 1.22) --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 46a83f8d..64ee347b 100644 --- a/configure.in +++ b/configure.in @@ -57,6 +57,8 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debug support (slows down execution)], [enable_debug=yes], []) +LIBUNWIND___THREAD + CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" if test x$enable_debug == xyes; then CPPFLAGS="${CPPFLAGS} -DDEBUG" @@ -72,7 +74,6 @@ fi arch="$target_arch" ARCH=`echo $target_arch | tr [a-z] [A-Z]` - AC_SUBST(arch) AC_SUBST(ARCH) AC_OUTPUT(Makefile src/Makefile tests/Makefile doc/Makefile)