VirtualBox

Changeset 37089 in vbox


Ignore:
Timestamp:
May 13, 2011 9:26:54 PM (14 years ago)
Author:
vboxsync
Message:

configure: fix wine setup for recent versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r36697 r37089  
    19641964    fail
    19651965  fi
    1966   if ! which_wrapper wineprefixcreate > /dev/null; then
    1967     echo "  wineprefixcreate not found"
     1966  if ! which_wrapper wine > /dev/null; then
     1967    echo "  wine not found"
    19681968    fail
    19691969  fi
     1970  wine_version="`wine --version`"
     1971  case "`expr "$wine_version" : 'wine-\([0-9.]*\)' '>' 1.1.43`" in
     1972    "0")
     1973      if ! which_wrapper wineprefixcreate > /dev/null; then
     1974        echo "  wineprefixcreate not found"
     1975        fail
     1976      fi
     1977    ;;
     1978    *) eval "wineprefixcreate() { true ; }" ;; # now created automatically
     1979  esac
    19701980  export WINEPREFIX="${ODIR}wine.$BUILD_MACHINE"
    19711981  echo "WINEPREFIX=\"${ODIR}wine.$BUILD_MACHINE\"" >> $ENV
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette