Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 470210
Collapse All | Expand All

(-)a/configure (-7 / +9 lines)
Lines 21744-21754 Link Here
21744
if ${ac_cv_path_ED+:} false; then :
21744
if ${ac_cv_path_ED+:} false; then :
21745
  $as_echo_n "(cached) " >&6
21745
  $as_echo_n "(cached) " >&6
21746
else
21746
else
21747
  case $ED in
21747
# Portage has its own use for $ED (bug #470210)
21748
  [\\/]* | ?:[\\/]*)
21748
#  case $ED in
21749
  ac_cv_path_ED="$ED" # Let the user override the test with a path.
21749
#  [\\/]* | ?:[\\/]*)
21750
  ;;
21750
#  ac_cv_path_ED="$ED" # Let the user override the test with a path.
21751
  *)
21751
#  ;;
21752
#  *)
21752
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21753
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21753
for as_dir in $PATH
21754
for as_dir in $PATH
21754
do
21755
do
Lines 21765-21772 Link Here
21765
IFS=$as_save_IFS
21766
IFS=$as_save_IFS
21766
21767
21767
  test -z "$ac_cv_path_ED" && ac_cv_path_ED="ed"
21768
  test -z "$ac_cv_path_ED" && ac_cv_path_ED="ed"
21768
  ;;
21769
# (cont.) Portage has its own use for $ED (bug #470210)
21769
esac
21770
#  ;;
21771
#esac
21770
fi
21772
fi
21771
ED=$ac_cv_path_ED
21773
ED=$ac_cv_path_ED
21772
if test -n "$ED"; then
21774
if test -n "$ED"; then

Return to bug 470210