Branch: Tag:

1998-07-25

1998-07-25 09:32:17 by David Hedbor <david@hedbor.org>

Added -lc_r to the AIX pthreads options.

Rev: src/configure.in:1.222

1: - AC_REVISION("$Id: configure.in,v 1.221 1998/07/23 00:12:56 hubbe Exp $") + AC_REVISION("$Id: configure.in,v 1.222 1998/07/25 09:32:17 neotron Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
844:    ;;       xAIX*) -  LIBS="${OLDLIBS} -lpthreads" +  LIBS="${OLDLIBS} -lpthreads -lc_r"    ;;       *)