emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110011: * configure.ac: Reorder Xaw3


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110011: * configure.ac: Reorder Xaw3d messages.
Date: Thu, 13 Sep 2012 08:27:21 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110011
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Thu 2012-09-13 08:27:21 +0200
message:
  * configure.ac: Reorder Xaw3d messages.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-09-13 02:21:28 +0000
+++ b/ChangeLog 2012-09-13 06:27:21 +0000
@@ -1,3 +1,7 @@
+2012-09-13  Jan Djärv  <address@hidden>
+
+       * configure.ac: Reorder Xaw3d messages.
+
 2012-09-13  Paul Eggert  <address@hidden>
 
        Simplify SIGIO usage (Bug#12408).

=== modified file 'configure.ac'
--- a/configure.ac      2012-09-13 02:21:28 +0000
+++ b/configure.ac      2012-09-13 06:27:21 +0000
@@ -2109,7 +2109,6 @@
 LUCID_LIBW=
 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
   if test "$with_xaw3d" != no; then
-    AC_MSG_CHECKING(for xaw3d)
     AC_CACHE_VAL(emacs_cv_xaw3d,
     [AC_LINK_IFELSE([AC_LANG_PROGRAM([[
 #include <X11/Intrinsic.h>
@@ -2122,6 +2121,7 @@
     emacs_cv_xaw3d=no
   fi
   if test $emacs_cv_xaw3d = yes; then
+    AC_MSG_CHECKING(for xaw3d)
     AC_MSG_RESULT([yes; using Lucid toolkit])
     USE_X_TOOLKIT=LUCID
     HAVE_XAW3D=yes
@@ -2129,6 +2129,7 @@
     AC_DEFINE(HAVE_XAW3D, 1,
               [Define to 1 if you have the Xaw3d library (-lXaw3d).])
   else
+    AC_MSG_CHECKING(for xaw3d)
     AC_MSG_RESULT(no)
     AC_MSG_CHECKING(for libXaw)
     AC_CACHE_VAL(emacs_cv_xaw,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]