diff --git a/m4/libtool.m4 b/m4/libtool.m4 index ee292af..8349119 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -7557,10 +7557,11 @@ if AC_TRY_EVAL(ac_compile); then case $prev$p in -L* | -R* | -l*) - # Some compilers place space between "-{L,R}" and the path. + # Some compilers place space between "-{L,R,l}" and the path. # Remove the space. - if test x-L = "$p" || - test x-R = "$p"; then + if test x-L = "x$p" || + test x-R = "x$p" || + test x-l = "x$p"; then prev=$p continue fi