From f1c48a102c6bbca48174b270c50f6a61d486925e Mon Sep 17 00:00:00 2001
From: David Hedbor <david@hedbor.org>
Date: Sat, 25 Jul 1998 02:32:17 -0700
Subject: [PATCH] Added -lc_r to the AIX pthreads options.

Rev: src/configure.in:1.222
---
 src/configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/configure.in b/src/configure.in
index 29fa3f132b..d0841b50b0 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-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,7 +844,7 @@ int main(int argc, char **argv)
       ;;
 
       xAIX*)
-        LIBS="${OLDLIBS} -lpthreads"
+        LIBS="${OLDLIBS} -lpthreads -lc_r"
       ;;
 
       *)
-- 
GitLab