>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Such a situation could also happen with gtk (think gtk/win32 or Lars> | gtk/fbdev). How are we going to discover whether X11 is needed Lars> by some | toolkit library? Having the user specify that looks Lars> like a reasonable | choice for now. Lars> Try to link a small prog with and without the X libs. So you are going to have all the machinery to find out where the X libraries are just to find out whether you need them? Note that the order should be 'without and with the X libs'. So we could maybe postpone the discovery of the X libs after the initial link has failed. Might be doable. Note that I did not introduce the --disable-x flag. It is a standard thing introduced by AC_PATH_EXTRA. I am just honoring it correctly. In this sense I believe the patch is obviously correct. JMarc