]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Reorder Xaw3d messages.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 13 Sep 2012 06:27:21 +0000 (08:27 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 13 Sep 2012 06:27:21 +0000 (08:27 +0200)
ChangeLog
configure.ac

index 96cb4b2b89c112eadf8ad98b72ac1654389c9003..07558742e86bef8173205f6aa905b9a8a43020f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-13  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Reorder Xaw3d messages.
+
 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        Simplify SIGIO usage (Bug#12408).
index 3761d8143647a77f52b6fe1dce22dc347960befd..a6395dc18c2e0c691761ed135c422b473e66291a 100644 (file)
@@ -2109,7 +2109,6 @@ HAVE_XAW3D=no
 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 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
     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 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
     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,