2006-06-26 Stepan Kasal * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not -lXt in LIBS; this was due since this change: 2005-09-18 Paul Eggert * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h and XrmInitialize rather than X11/Intrinsic.h and XtMalloc (which belong to Xt, not X itself). See Debian bug 327655. Index: lib/autoconf/libs.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/libs.m4,v retrieving revision 1.17 diff -u -r1.17 libs.m4 --- lib/autoconf/libs.m4 26 May 2006 22:29:50 -0000 1.17 +++ lib/autoconf/libs.m4 26 Jun 2006 18:15:54 -0000 @@ -288,7 +288,7 @@ # See if we find them without any special options. # Don't add to $LIBS permanently. ac_save_LIBS=$LIBS - LIBS="-lXt $LIBS" + LIBS="-lX11 $LIBS" AC_LINK_IFELSE([AC_LANG_PROGRAM(address@hidden:@include ], [XrmInitialize ()])], [LIBS=$ac_save_LIBS