OSDN Git Service

Fix quoting issue.
authorThomas Klausner <wiz@NetBSD.org>
Sun, 22 Mar 2015 20:38:23 +0000 (21:38 +0100)
committerThomas Klausner <wiz@NetBSD.org>
Fri, 1 May 2015 22:06:45 +0000 (00:06 +0200)
m4 has '[]' as quoting characters, so if we want '[]' to
end up in the configure script, we need to quote them again.

Reported by Greg Troxel <gdt@ir.bbn.com>.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
configure.ac

index e67e9e1..888330b 100644 (file)
@@ -76,7 +76,7 @@ case $host_os in
                ;;
        *netbsd*)
                case $host in
-               *i[3-9]86*)
+               *i[[3-9]]86*)
                        PCIACCESS_LIBS="$PCIACCESS_LIBS -li386"
                        ;;
                *x86_64*|*amd64*)