New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80137


Ignore:
Timestamp:
07/05/11 00:01:07 (4 years ago)
Author:
jmr@…
Message:

also complain about prefix=/usr

Location:
trunk/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/configure

    r79516 r80137  
    76467646fi 
    76477647 
    7648 if test x$prefix = x/usr/local -a x$with_unsupported_prefix != xyes; then 
    7649     as_fn_error $? "Installing MacPorts into /usr/local is not supported. If \ 
     7648if test x$prefix = x/usr/local -o x$prefix = x/usr && test x$with_unsupported_prefix != xyes; then 
     7649    as_fn_error $? "Installing MacPorts into $prefix is not supported. If \ 
    76507650you understand this and wish to do so anyway, pass --with-unsupported-prefix \ 
    76517651to configure." "$LINENO" 5 
  • trunk/base/configure.ac

    r79516 r80137  
    177177                [with_unsupported_prefix=$withval], 
    178178                [with_unsupported_prefix=no]) 
    179 if test x$prefix = x/usr/local -a x$with_unsupported_prefix != xyes; then 
    180     AC_MSG_ERROR([Installing MacPorts into /usr/local is not supported. If \ 
     179if test x$prefix = x/usr/local -o x$prefix = x/usr && test x$with_unsupported_prefix != xyes; then 
     180    AC_MSG_ERROR([Installing MacPorts into $prefix is not supported. If \ 
    181181you understand this and wish to do so anyway, pass --with-unsupported-prefix \ 
    182182to configure.]) 
Note: See TracChangeset for help on using the changeset viewer.