summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-10-21 03:32:01 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-10-21 03:32:01 +0000
commit91683aa984c864dda8fb85d1359bd18f5a8bd916 (patch)
tree60004244493f0ed97aa2ee064efd944f27e2b638 /configure.in
parent4f45fc64c7cccc91092608bae3ba174f9a1243a4 (diff)
downloadlibapr-91683aa984c864dda8fb85d1359bd18f5a8bd916.tar.gz
OS/2: need -lbsd to get random()
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index fd92f4088..7e68b7243 100644
--- a/configure.in
+++ b/configure.in
@@ -205,6 +205,7 @@ case $host in
*-os2*)
APR_ADDTO(CPPFLAGS,-DOS2)
APR_ADDTO(CFLAGS,-Zmt)
+ AC_CHECK_LIB(bsd, random)
OSDIR="os2"
enable_threads="system_threads"
eolstr="\\r\\n"