diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2010-07-01 12:58:57 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2010-07-01 13:00:02 -0700 |
commit | 442c37e2ef57d8dcf88c91d457df7f6516d76264 (patch) | |
tree | 611718df956e87ed64f844f185adb314be66f6e7 /configs | |
parent | 9617254a1e5522615c96ab25c9e0a70e0d63d7e7 (diff) |
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.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |