/[hydra]/hydra/configure.in
ViewVC logotype

Diff of /hydra/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by nmav, Sat Oct 12 08:23:16 2002 UTC revision 1.23 by nmav, Sat Oct 12 09:37:17 2002 UTC
# Line 189  AC_MSG_RESULT($use_smp) Line 189  AC_MSG_RESULT($use_smp)
189  if test "$use_smp" = "yes"; then  if test "$use_smp" = "yes"; then
190    AC_CHECK_LIB( pthread, pthread_create, [    AC_CHECK_LIB( pthread, pthread_create, [
191      AC_DEFINE( ENABLE_SMP, 1, [whether to enable SMP code])      AC_DEFINE( ENABLE_SMP, 1, [whether to enable SMP code])
192        test -n "$GCC" && CFLAGS="$CFLAGS -pthread"
193      LIBS="-lpthread $LIBS"      LIBS="-lpthread $LIBS"
194    ])    ])
195    CFLAGS="$CFLAGS -D_REENTRANT"    CFLAGS="$CFLAGS -D_REENTRANT"
# Line 220  if test "$use_hic" = "yes"; then Line 221  if test "$use_hic" = "yes"; then
221    )    )
222  fi  fi
223    
224    
225  if test -n "$GCC"; then  if test -n "$GCC"; then
226    dnl if we are running gcc, use -pipe    dnl if we are running gcc, use -pipe
227    test -n "$GCC" && CFLAGS="$CFLAGS -pipe"    test -n "$GCC" && CFLAGS="$CFLAGS -pipe"

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26