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

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- a/configure
0
++ b/configure
Lines 12792-12795 Link Here
12792
if test -n "$with_ltdl_lib"; then
12792
if test -n "$with_ltdl_lib"; then
12793
  if test -f "$with_ltdl_lib/libltdl.la"; then :
12793
  # check for the existence of "$with_ltdl_lib/libltdl.la" while
12794
  else
12794
  # allowing people to delete the libtool archive file (which isn't
12795
  # useful in this case in many common platforms.)
12796
  with_ltdl_lib_libname=`echo "$with_ltdl_lib"/libltdl.*`
12797
  if test "x$with_ltdl_lib_libname" = "x$with_ltdl_lib/libltdl.*"; then
12795
    as_fn_error $? "invalid ltdl library directory: \`$with_ltdl_lib'" "$LINENO" 5
12798
    as_fn_error $? "invalid ltdl library directory: \`$with_ltdl_lib'" "$LINENO" 5

Return to bug 293921