Andy Piper <andy(a)xemacs.org> writes in xemacs-beta(a)xemacs.org:
At 04:42 PM 10/20/99 +0900, SL Baur wrote:
> From a cvs update; make clean; ./config.status --recheck; make a few
> minutes ago:
> I have XawXPM installed as libXaw.so. Um, shouldn't configure check
> for whether -lXaw3d exists before using it?
Yes it should and I think it does:
dnl Autodetect -lXaw3d
AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, have_xaw3d=yes, have_xaw3d=no)
So I don't understand why you are having this problem. Certainly
no-one
else has reported it. What is your configuration? Are you specifiying
athena3d? Does the attached patch make any difference (you need to rerun
autoconf)?
I am specifying athena3d and your patch works, thanks.