summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>1999-10-14 03:00:34 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>1999-10-14 03:00:34 +0000
commit78d64e82c87ef8c7fdaef2c8716699074c87fc4f (patch)
treee73bdc04373593b92928c8e7de88eca9fe1aef1e /test
parente396b323f88538c816768c7b2935f864607ad419 (diff)
downloadlibapr-78d64e82c87ef8c7fdaef2c8716699074c87fc4f.tar.gz
Make use of -lcrypt conditional on actually having libcrypt.a
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59347 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 25eb6ec39..7456982ea 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -8,7 +8,7 @@ RM=@RM@
CC=@CC@
RANLIB=@RANLIB@
CFLAGS=@CFLAGS@ @OPTIM@
-LIBS=-L../libs -lnetwork -lthreadproc -lfile -lmisc -lapr -ltime -llock -lsig -lcrypt @LIBS@
+LIBS=-L../libs -lnetwork -lthreadproc -lfile -lmisc -lapr -ltime -llock -lsig @LIBS@
LDFLAGS=@LDFLAGS@ $(LIBS)
INCDIR=../include
INCDIR1=../../inc