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

Collapse All | Expand All

(-)configure.orig (-2 / +2 lines)
Lines 243-251 Link Here
243
    "x")
243
    "x")
244
        if test $ARG_WITH_GNUSTEP = 1; then
244
        if test $ARG_WITH_GNUSTEP = 1; then
245
          DARG_IS_FHS=0;
245
          DARG_IS_FHS=0;
246
          ARG_PREFIX="$GNUSTEP_LOCAL_ROOT"
246
          ARG_PREFIX="$GNUSTEP_SYSTEM_ROOT"
247
          if test $ARG_BEQUIET != 1; then
247
          if test $ARG_BEQUIET != 1; then
248
	    echo "Note: will install in GNUSTEP_LOCAL_ROOT: $ARG_PREFIX"
248
	    echo "Note: will install in GNUSTEP_SYSTEM_ROOT: $ARG_PREFIX"
249
	    echo ""
249
	    echo ""
250
	  fi
250
	  fi
251
        elif test "x$ARG_FRAMEWORK_DIR" != "x"; then
251
        elif test "x$ARG_FRAMEWORK_DIR" != "x"; then

Return to bug 295634