Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 293921 | Differences between
and this patch

Collapse All | Expand All

(-)a/libltdl/m4/ltdl.m4 (-2 / +5 lines)
Lines 282-289 AC_ARG_WITH([ltdl_lib], Link Here
282
                    [use the libltdl.la installed in DIR])])
282
                    [use the libltdl.la installed in DIR])])
283
283
284
if test -n "$with_ltdl_lib"; then
284
if test -n "$with_ltdl_lib"; then
285
  if test -f "$with_ltdl_lib/libltdl.la"; then :
285
  # check for the existence of "$with_ltdl_lib/libltdl.la" while
286
  else
286
  # allowing people to libtool archive file (which isn't useful
287
  # in this case in many common platforms.)
288
  with_ltdl_lib_libname=`echo "$with_ltdl_lib"/libltdl.*`
289
  if test "x$with_ltdl_lib_libname" = "x$with_ltdl_lib/libltdl.*"; then
287
    AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
290
    AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
288
  fi
291
  fi
289
else
292
else

Return to bug 293921