fix redundant processing of --build flag in configure script
authorLeMay, Michael <michael.lemay@intel.com>
Wed, 4 May 2016 03:29:42 +0000 (03:29 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 4 May 2016 21:31:28 +0000 (17:31 -0400)
commit6bc7d9c411c3a32cfa9d239b73fffb2ba66dd9ff
treefeded9e93325aa0069681d9822e63688e7dbea16
parent4b619e5c61d7d4cf344b355be8b1acb0f0795ea9
fix redundant processing of --build flag in configure script

The --build flag is listed in two case statement entries in configure,
which causes the second entry to be ignored. This patch removes it
from the first entry.

Signed-off-by: Michael LeMay <michael.lemay@intel.com>
configure