blob: 5b8950d71710b50aa431e4ba521c3a41f3bee12b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xc/config/cf/linux.cf.x86_64-glx-nopic 2003-01-29 00:45:16.000000000 -0500
+++ xc/config/cf/linux.cf 2003-01-29 00:45:57.000000000 -0500
@@ -319,7 +319,7 @@
* This improves performance.
*/
#if BuildXF86DRI
-# if defined(i386Architecture)
+# if defined(i386Architecture) || defined(x86_64Architecture)
# define BuildLibGlxWithoutPIC YES
# endif
#endif
|