From: Thomas Klausner Date: Sun, 22 Mar 2015 20:38:23 +0000 (+0100) Subject: Fix quoting issue. X-Git-Tag: android-x86-6.0-r1~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=765e0a38cb8c40f8865af5cb356ffe6039ffb08f;hp=b14696a55796e739624bbda4f772427032efff2a;p=android-x86%2Fexternal-libpciaccess.git Fix quoting issue. 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 . Signed-off-by: Thomas Klausner Reviewed-by: Alan Coopersmith --- diff --git a/configure.ac b/configure.ac index e67e9e1..888330b 100644 --- a/configure.ac +++ b/configure.ac @@ -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*)