summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-05-24 23:37:55 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-05-24 23:37:55 +0000
commitbcf196f0baf80fdb51b2df27e3d47a98291023ae (patch)
tree97b84103fa2b3ddb0cc9643531048d12b6d47682 /aclocal.m4
parente4108aa9ba79bc6e898fa1581e2c4a56a68ad10d (diff)
Get rid of .libs in default lib path
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index fadd44eb..39d3c08f 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -102,7 +102,7 @@ AC_DEFUN( AC_SEARCH_LIB,
LDFLAGS="-L$path -l$1"
AC_TRY_LINK_FUNC($2,
[
- LIBS="$LIBS -L$p -l$1"
+ LIBS="$LIBS -L$path -l$1"
ac_lib_found=yes
break
]