configure: x86: Fix handling of i686 and cpunop features
authorDiego Biurrun <diego@biurrun.de>
Tue, 27 Aug 2013 21:33:57 +0000 (23:33 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 28 Aug 2013 15:03:05 +0000 (17:03 +0200)
commit84146963d23d76b09af633e97413cd97d9b3021e
tree58975a3183698b8d217f22d00e776081a34fb167
parent6454c44f9f74dbaed17d32cf0eaec185386c27fa
configure: x86: Fix handling of i686 and cpunop features

The i686 feature really is a CPU feature and should be handled as such.
The cpunop dependency on i686 should be expressed with a standard _deps
declaration instead of a manual test.
configure