* Don't pass `--with-system'.

This commit is contained in:
Eelco Dolstra 2004-07-18 21:08:24 +00:00
parent 39eaecbc98
commit 9bf7a5f516
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Nix is a software deployment system.
%setup -q
%build
./configure --prefix=%{_prefix} --with-system="i686-linux"
./configure --prefix=%{_prefix}
make
make check