Small configure.in fix for Motif toolkit.

* configure.in: Throw an explicit error if Motif toolkit was
requested but requirements could not be found.
This commit is contained in:
Glenn Morris 2012-01-30 19:47:51 -08:00
parent c78c6e0bbf
commit e4070def53
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2012-01-31 Glenn Morris <rgm@gnu.org>
* configure.in: Throw an explicit error if Motif toolkit was
requested but requirements could not be found.
* configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2012-01-30 Eli Zaretskii <eliz@gnu.org>

View file

@ -2234,6 +2234,8 @@ Motif version prior to 2.1.
CPPFLAGS=$OLD_CPPFLAGS
fi
fi
AC_CHECK_HEADER([Xm/BulletinB.h], [],
[AC_MSG_ERROR([Motif toolkit requested but requirements not found.])])
fi
dnl Use toolkit scroll bars if configured for GTK or X toolkit and either