From 442c37e2ef57d8dcf88c91d457df7f6516d76264 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 1 Jul 2010 12:58:57 -0700 Subject: Use GLW_CFLAGS when building libGLw We check for libX11 and libXt, so we might as well use the CFLAGS pkg-config tells us about. --- configs/autoconf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/autoconf.in b/configs/autoconf.in index 4a86dc1bb5..78fa0af6cc 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -31,6 +31,7 @@ X11_CFLAGS = @X11_CFLAGS@ LLVM_CFLAGS = @LLVM_CFLAGS@ LLVM_LDFLAGS = @LLVM_LDFLAGS@ LLVM_LIBS = @LLVM_LIBS@ +GLW_CFLAGS = @GLW_CFLAGS@ GLUT_CFLAGS = @GLUT_CFLAGS@ -- cgit v1.2.3