Skip to Content.
Sympa Menu

freetds - Re: About patch #582424 (thread safety)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: About patch #582424 (thread safety)
  • Date: 16 Aug 2002 13:20:07 +0200


Il ven, 2002-08-16 alle 13:08, Brian Bruns ha scritto:
> Freddy,
>
> Is != here right? You're testing for != "yes" and turning on the flags,
> perhaps I'm missing something.
>
> Cheers,
>
> Brian
>

You are right...


dnl Enable or disable thread safety
AC_ARG_ENABLE(threadsafe,
[ --enable-threadsafe compile for thread safetiness [default=no]])
if test "$enable_threadsafe" == "yes" ; then
CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE"
fi

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page