--- xc~/config/cf/linux.cf 2004-09-23 19:13:58.748981769 +0900 +++ xc/config/cf/linux.cf 2004-09-23 19:14:06.956814027 +0900 @@ -140,6 +140,8 @@ # define NormalLibGlu YES # define FSUseSyslog YES +# define BuildLibGlxWithoutPIC NO + # define DriverManSuffix 4x # define DriverManDir $(MANSOURCEPATH)4 @@ -463,9 +465,11 @@ * Build shared libGL and the DRI modules without -fPIC on some architectures. * This improves performance. */ -#if BuildXF86DRI -# if defined(i386Architecture) -# define BuildLibGlxWithoutPIC YES +#ifndef BuildLibGlxWithoutPIC +# if BuildXF86DRI +# if defined(i386Architecture) +# define BuildLibGlxWithoutPIC YES +# endif # endif #endif