summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
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
]