]> code.delx.au - gnu-emacs/blobdiff - configure.in
Merge changes from emacs-23 branch
[gnu-emacs] / configure.in
index 315840e01462aeb26b45a684d5365d5302226130..58e445b98a64d7460ed01e0ad9ff91f71a36895f 100644 (file)
@@ -2006,7 +2006,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