From 8feba178f8b73b983033c197c384c580a6397a41 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Sat, 14 Jan 2023 23:33:59 -0800 Subject: [PATCH] xquartz: Fix building with autoconf Regressed-in: 5d302c378d9d21b34db2434425b766ac4f05de89 Signed-off-by: Jeremy Huddleston Sequoia --- hw/xquartz/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 9db38c403..130e76f9a 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -9,7 +9,7 @@ AM_CPPFLAGS = \ -DXFree86Server \ -I$(top_srcdir)/miext/rootless \ -I$(top_builddir)/pseudoramiX \ - -I$(top_builddir)" + -I$(top_builddir) if GLX GL_DIR = GL