Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-libpciaccess: Commit

external/libpciaccess


Commit MetaInfo

Revisión765e0a38cb8c40f8865af5cb356ffe6039ffb08f (tree)
Tiempo2015-05-02 07:06:45
AutorThomas Klausner <wiz@NetB...>
CommiterThomas Klausner

Log Message

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 <gdt@ir.bbn.com>.

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

Cambiar Resumen

Diferencia incremental

--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@ case $host_os in
7676 ;;
7777 *netbsd*)
7878 case $host in
79- *i[3-9]86*)
79+ *i[[3-9]]86*)
8080 PCIACCESS_LIBS="$PCIACCESS_LIBS -li386"
8181 ;;
8282 *x86_64*|*amd64*)
Show on old repository browser