[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107023: Small configure.in fix for M
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107023: Small configure.in fix for Motif toolkit. |
Date: |
Mon, 30 Jan 2012 19:47:51 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107023
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-01-30 19:47:51 -0800
message:
Small configure.in fix for Motif toolkit.
* configure.in: Throw an explicit error if Motif toolkit was
requested but requirements could not be found.
modified:
ChangeLog
configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-01-31 02:43:59 +0000
+++ b/ChangeLog 2012-01-31 03:47:51 +0000
@@ -1,5 +1,8 @@
2012-01-31 Glenn Morris <address@hidden>
+ * 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 <address@hidden>
=== modified file 'configure.in'
--- a/configure.in 2012-01-31 02:43:59 +0000
+++ b/configure.in 2012-01-31 03:47:51 +0000
@@ -2234,6 +2234,8 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107023: Small configure.in fix for Motif toolkit.,
Glenn Morris <=