summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 96c9617a..4395841f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -90,7 +90,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
]