On Thu, Sep 9, 2010 at 1:46 PM, Stephen J. Turnbull <stephen(a)xemacs.org> wrote:
Robert Pluim writes:
> b/configure.ac @@ -3089,7 +3089,7 @@
>
> dnl make sure we can find Intrinsic.h
> AC_CHECK_HEADER(X11/Intrinsic.h, ,
> - [AC_MSG_ERROR([Unable to find X11 header files.])]) +
> [AC_MSG_ERROR([X autodetected or requested, but unable to find X11
> header files.])])
Let's make it specific:
X autodetected or requested, but Xt header file Intrinsic.h not found.
Inline & attached. Regenerating configure showed only that line
changed. Someone with commit privileges will have to commit it.
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -3089,7 +3089,7 @@
dnl make sure we can find Intrinsic.h
AC_CHECK_HEADER(X11/Intrinsic.h, ,
- [AC_MSG_ERROR([Unable to find X11 header files.])])
+ [AC_MSG_ERROR([X autodetected or requested, but Xt header file
Intrinsic.h not found.])])
dnl -lXt and -lX11 are required
dnl Some broken systems require the magic "-b i486-linuxaout" flag
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta