commit:     48520a35697aa39bed046b9668a3e3e5f8a8ba93
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 08:31:59 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 08:31:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=48520a35

build: fix schizo match on x86 hosts

Forgot to include the trailing glob.  Not a big deal as few people use
it with these targets.

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fd783b7..b8430dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,7 +75,8 @@ AC_DEFUN([SB_CHECK_SCHIZO],[dnl
 if test "x$enable_schizo" != "xno" ; then
        enable_schizo=no
        case $host in
-       i686*linux|x86_64*linux*)
+       i686*linux*|\
+       x86_64*linux*)
                SB_CHECK_SCHIZO([x86_64], [-m64])
                SB_CHECK_SCHIZO([x86], [-m32])
                SB_CHECK_SCHIZO([x32], [-mx32])

Reply via email to