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

Collapse All | Expand All

(-)resin-3.0.12.orig/configure (+4 lines)
Lines 8261-8266 Link Here
8261
 apache_exe="${apache_bin}/httpd"
8261
 apache_exe="${apache_bin}/httpd"
8262
elif test -x "${apache_bin}/httpd2"; then
8262
elif test -x "${apache_bin}/httpd2"; then
8263
 apache_exe="${apache_bin}/httpd2"
8263
 apache_exe="${apache_bin}/httpd2"
8264
elif test -x "${apache_bin}/apache"; then
8265
 apache_exe="${apache_bin}/apache"
8266
elif test -x "${apache_bin}/apache2"; then
8267
 apache_exe="${apache_bin}/apache2"
8264
else
8268
else
8265
  { { echo "$as_me:$LINENO: error: Can't find Apache binary in directory ${apache_bin}" >&5
8269
  { { echo "$as_me:$LINENO: error: Can't find Apache binary in directory ${apache_bin}" >&5
8266
echo "$as_me: error: Can't find Apache binary in directory ${apache_bin}" >&2;}
8270
echo "$as_me: error: Can't find Apache binary in directory ${apache_bin}" >&2;}

Return to bug 89158