[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107031: Auto-commit of generated fil
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107031: Auto-commit of generated files. |
Date: |
Tue, 31 Jan 2012 06:17:47 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107031
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-01-31 06:17:47 -0500
message:
Auto-commit of generated files.
modified:
autogen/configure
=== modified file 'autogen/configure'
--- a/autogen/configure 2012-01-30 11:17:52 +0000
+++ b/autogen/configure 2012-01-31 11:17:47 +0000
@@ -12190,6 +12190,14 @@
CPPFLAGS=$OLD_CPPFLAGS
fi
fi
+ ac_fn_c_check_header_mongrel "$LINENO" "Xm/BulletinB.h"
"ac_cv_header_Xm_BulletinB_h" "$ac_includes_default"
+if test "x$ac_cv_header_Xm_BulletinB_h" = x""yes; then :
+
+else
+ as_fn_error "Motif toolkit requested but requirements not found." "$LINENO" 5
+fi
+
+
fi
@@ -12201,7 +12209,7 @@
HAVE_XAW3D=no
USE_TOOLKIT_SCROLL_BARS=yes
- elif test "${HAVE_XAW3D}" = "yes"; then
+ elif test "${HAVE_XAW3D}" = "yes" || test "${USE_X_TOOLKIT}" = "LUCID";
then
$as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h
USE_TOOLKIT_SCROLL_BARS=yes
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107031: Auto-commit of generated files.,
Glenn Morris <=