From: Zoltan Varga Date: Mon, 18 Apr 2005 14:23:40 +0000 (+0000) Subject: 2005-04-18 Zoltan Varga X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db011a72f91885be02aca421095fa34d7f03efcb;p=gc 2005-04-18 Zoltan Varga * configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com). svn path=/trunk/mono/; revision=43219 --- diff --git a/ChangeLog b/ChangeLog index 2aaf7d9f..600fa55a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-18 Zoltan Varga + + * configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com). + 2005-04-15 Zoltan Varga * configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com). diff --git a/configure.in b/configure.in index 489eb0ec..6dfdcb78 100644 --- a/configure.in +++ b/configure.in @@ -119,7 +119,7 @@ case "$THREADS" in INCLUDES="$INCLUDES $PTHREAD_CFLAGS" fi if test "x$PTHREAD_LIBS" = "x"; then - THREADLIBS=-lthr + THREADLIBS=-pthread else THREADLIBS="$PTHREAD_LIBS" fi @@ -130,7 +130,7 @@ case "$THREADS" in INCLUDES="$INCLUDES $PTHREAD_CFLAGS" fi if test "x$PTHREAD_LIBS" = "x"; then - THREADLIBS=-lthr + THREADLIBS=-pthread else THREADLIBS="$PTHREAD_LIBS" fi