emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Scroll bars]


From: Andreas Schwab
Subject: Re: address@hidden: Scroll bars]
Date: Thu, 22 Aug 2002 10:08:18 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (ia64-suse-linux)

huug <address@hidden> writes:

|> On 2002-08-20, Richard Stallman <address@hidden> wrote:
|> > We need a way to make Xaw3D always deliver Motif-like behavior.
|> 
|> That's not possible. Xaw3D compiled without arrows just doesn't contain
|> the code. Maybe emacs can ignore the wrong type? Something like:
|> 
|> --- emacs/configure.in.orig  2002-07-24 21:43:02.000000000 +0200
|> +++ emacs/configure.in       2002-08-21 19:46:21.000000000 +0200
|> @@ -1843,7 +1843,8 @@
|>  if test "${HAVE_X11}" = "yes"; then
|>    if test "${USE_X_TOOLKIT}" != "none"; then
|>      AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h,
|> -    AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, HAVE_XAW3D=yes))
|> +    AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb,
|> +        AC_CHECK_LIB(Xaw3d, PaintArrows, HAVE_XAW3D=yes)))

This lacks pairs of quotes around the nested macro invocations:

+       [AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb,
+           [AC_CHECK_LIB(Xaw3d, PaintArrows, HAVE_XAW3D=yes)])])

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]