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

Collapse All | Expand All

(-)captive-1.1.5/configure.orig (-12 / +1 lines)
Lines 21798-21818 Link Here
21798
21798
21799
  test -n "$PATH_LUFSD" && break
21799
  test -n "$PATH_LUFSD" && break
21800
done
21800
done
21801
21802
	if test x$PATH_LUFSD = x;then
21803
		if test x$enable_lufs = xyes;then
21804
			{ { echo "$as_me:$LINENO: error: LUFS client was requested (--enable-lufs) but no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&5
21805
echo "$as_me: error: LUFS client was requested (--enable-lufs) but no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&2;}
21806
   { (exit 1); exit 1; }; }
21807
		else
21808
			{ echo "$as_me:$LINENO: WARNING: LUFS client not being compiled as no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&5
21809
echo "$as_me: WARNING: LUFS client not being compiled as no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&2;}
21810
		fi
21811
	fi
21812
fi
21801
fi
21813
21802
21814
21803
21815
if  $have_lufs_includes && test x$PATH_LUFSD != x -a x$enable_lufs != no ; then
21804
if  $have_lufs_includes && test x$enable_lufs != xno ; then
21816
  ENABLE_LUFS_TRUE=
21805
  ENABLE_LUFS_TRUE=
21817
  ENABLE_LUFS_FALSE='#'
21806
  ENABLE_LUFS_FALSE='#'
21818
else
21807
else

Return to bug 32929