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

(-)libs-external/USI++/src/configure (-3 / +3 lines)
Lines 383-391 Link Here
383
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
383
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
384
      echo "configure: warning: $ac_option: invalid host type" 1>&2
384
      echo "configure: warning: $ac_option: invalid host type" 1>&2
385
    fi
385
    fi
386
    if test "x$nonopt" != xNONE; then
386
#    if test "x$nonopt" != xNONE; then
387
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
387
#      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
388
    fi
388
#    fi
389
    nonopt="$ac_option"
389
    nonopt="$ac_option"
390
    ;;
390
    ;;

Return to bug 36801