Daniel Pittman <daniel(a)danann.net> writes:
I tried to come up with a good configure-time test but don't know
X much
at all, yet. Not to write a new application for configure to test,
anyway.[1]
Why do you need an X app? Won't something like
#include bla.
typedef .... funcpointer;
/* Pull in Xaw in link &/
funcpointer dummy = PlainXaW function;
int main(int argc, char *argv[])
{
/* do dlopen thingy */
return AthenaIs3D ? EXIT_FAILURE : EXIT_SUCESS
}
The trickiest part to me seems embedding it into configure correctly.
Jan