Changeset 80137
- Timestamp:
- 07/05/11 00:01:07 (4 years ago)
- Location:
- trunk/base
- Files:
-
- 2 edited
-
configure (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/configure
r79516 r80137 7646 7646 fi 7647 7647 7648 if test x$prefix = x/usr/local - ax$with_unsupported_prefix != xyes; then7649 as_fn_error $? "Installing MacPorts into /usr/localis not supported. If \7648 if 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 \ 7650 7650 you understand this and wish to do so anyway, pass --with-unsupported-prefix \ 7651 7651 to configure." "$LINENO" 5 -
trunk/base/configure.ac
r79516 r80137 177 177 [with_unsupported_prefix=$withval], 178 178 [with_unsupported_prefix=no]) 179 if test x$prefix = x/usr/local - ax$with_unsupported_prefix != xyes; then180 AC_MSG_ERROR([Installing MacPorts into /usr/localis not supported. If \179 if 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 \ 181 181 you understand this and wish to do so anyway, pass --with-unsupported-prefix \ 182 182 to configure.])
Note: See TracChangeset
for help on using the changeset viewer.

