From 4f33235c7fef66f707ae3858807cf4ef37aeb894 Mon Sep 17 00:00:00 2001 From: vsc Date: Wed, 25 Sep 2002 04:31:13 +0000 Subject: [PATCH] tiny fix git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@609 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c9acdbaea..5ee89bb03 100644 --- a/configure.in +++ b/configure.in @@ -600,7 +600,7 @@ fi if test "$use_april" = "yes" then YAP_EXTRAS="$YAP_EXTRAS -DDEPTH_LIMIT=1 -DAPRIL" - LDFLAGS="$LDFLAGS -L./" + LDFLAGS="$LDFLAGS -L." LIBS="$LIBS -lApril" fi