-
Bug
-
Resolution: Fixed
-
P3
-
None
Currently, in libraries.m4 in LIB_SETUP_X11, we call AC_PATH_X and AC_PATH_XTRA. This might cause warnings on platforms that do not have X11 installed.
We should not do this if
a) the current target OS does not require X11, or
b) we are building for headless only and do not need X11.
We should not do this if
a) the current target OS does not require X11, or
b) we are building for headless only and do not need X11.