summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-01-27 15:49:48 -0500
committerChong Yidong <cyd@stupidchicken.com>2011-01-27 15:49:48 -0500
commit49538226d0d5e453a22a2466247c7b2cb083e602 (patch)
tree62810bcdfb8b6c4834a16c1594bb9ef688236687 /configure.in
parentc5d8c59958b69b64c6184dc14b03c3bc3eb352f9 (diff)
downloademacs-49538226d0d5e453a22a2466247c7b2cb083e602.tar.gz
* configure.in: Test existence of xaw3d library, not just the header (Bug#7642).
* configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fd1c62ccb7d..dce2a6271c4 100644
--- a/configure.in
+++ b/configure.in
@@ -1796,7 +1796,8 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
#include <X11/Intrinsic.h>
#include <X11/Xaw3d/Simple.h>],
[],
- emacs_cv_xaw3d=yes,
+ [AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb,
+ emacs_cv_xaw3d=yes, emacs_cv_xaw3d=no)],
emacs_cv_xaw3d=no)])
else
emacs_cv_xaw3d=no