--- ./configure.org 2005-10-26 01:48:33.000000000 +0900 +++ ./configure 2005-10-26 10:54:57.000000000 +0900 @@ -6147,7 +6147,7 @@ #endif int main(void) { x264_encoder_open((void*)0); return 0; } EOF -_ld_x264="$_ld_x264 -lx264 $_ld_pthread" +_ld_x264="$_ld_x264 -lx264 -L/usr/X11R6/lib -lX11 $_ld_pthread" if test "$_x264" != no && \ ( cc_check $_inc_x264 $_ld_x264 $_ld_lm || \ ( test "$_x11" = yes && cc_check $_inc_x264 $_inc_x11 $_ld_x264 $_ld_x11 $_ld_lm )) ; \