From 6f8509ece5a25ebd45e09b6646939dae919360a6 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 23 Aug 2002 22:47:09 +0000 Subject: For now, get _REENTRANT defined, we should use the Sleepycat mechanism later svn path=/trunk/mono/; revision=6979 --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8a9879e75ba..599bc35fdd3 100644 --- a/configure.in +++ b/configure.in @@ -373,7 +373,7 @@ if test x$platform_win32 = xno; then ]) ]) CPPFLAGS=$orig_CPPFLAGS - CPPFLAGS="$CPPFLAGS $pthread_CFLAGS" + CPPFLAGS="$CPPFLAGS -D_REENTRANT $pthread_CFLAGS" ], [ AC_MSG_ERROR([libpthread is required on non-win32 hosts]) ]) @@ -542,6 +542,9 @@ AM_CONDITIONAL(M68K, test x$TARGET = xM68K) AM_CONDITIONAL(POWERPC, test x$TARGET = xPOWERPC) AM_CONDITIONAL(ARM, test x$TARGET = xARM) +LIBC="libc.so.6" +AC_SUBST(LIBC) + AC_SUBST(arch_target) AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) -- cgit v1.2.3