configure.ac: Changed a case statement to include i386.

2013-10-30  Balaji V. Iyer  <balaji.v.iyer@intel.com>

       * configure.ac: Changed a case statement to include i386.
       * configure: Regenerated.

From-SVN: r204246
This commit is contained in:
Balaji V. Iyer 2013-10-31 03:21:02 +00:00 committed by Balaji V. Iyer
parent c73ccc80a3
commit 8c1a9d4d38
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-10-30 Balaji V. Iyer <balaji.v.iyer@intel.com>
* configure.ac: Changed a case statement to include i386.
* configure: Regenerated.
2013-10-30 Balaji V. Iyer <balaji.v.iyer@intel.com>
* configure: Reconfigured.

View File

@ -4907,7 +4907,7 @@ case "${target}" in
config_dir="x86"
;;
i45686-*-*)
i?86-*-*)
config_dir="x86"
;;

View File

@ -115,7 +115,7 @@ case "${target}" in
config_dir="x86"
;;
i[456]86-*-*)
i?86-*-*)
config_dir="x86"
;;