From: Kevin M. Rosenberg Date: Thu, 27 Jun 2002 06:41:52 +0000 (+0000) Subject: r2176: *** empty log message *** X-Git-Tag: debian-4.5.3-3~196 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=0695e3d02bf8911708d191ac8490b7adcd8bb73a;hp=94c9f7732670a282cfad18391e816986a2b4d414;p=ctsim.git r2176: *** empty log message *** --- diff --git a/configure.ac b/configure.ac index b4bdf32..d6cacfb 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ else fi if test "${pthread}" = "true" ; then - CFLAGS="$CFLAGS -pthread -D_REENTRANT" + CFLAGS="$CFLAGS -D_REENTRANT" AC_DEFINE(HAVE_WXTHREADS,1,[have wxthreads library]) fi