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:
parent
c78c6e0bbf
commit
e4070def53
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue