diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Feb 22 10:52:12 EET 1999 [metaconfig 3.0 PL70] +# Generated on Mon Feb 22 11:10:33 EET 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -10287,6 +10287,9 @@ case "$crosscompile" in ''|[nN]*) crosscompile="$undef" ;; esac +case "$osname" in +next) multiarch="$define" ;; +esac case "$multiarch" in ''|[nN]*) multiarch="$undef" ;; esac |