> From: Thomas Richter <[EMAIL PROTECTED]> > Date: Wed, 20 Nov 2002 16:18:49 +0100 (CET) > > is there a known problem of autoconf 2.53 detecting the X11 libs on > a IRIX5.3 system?
Not that I know of. > # Check for where X11 could be > AC_PATH_X > AC_CHECK_LIB([X11], [XOpenDisplay], [], [], [[-lXt -L$x_libraries]]) > > > just results in an > > checking for X... libraries , headers > checking for XOpenDisplay in -lX11... no Ouch. Can you investigate why that "no" occurs?
