From: Nelson Ferreira Date: Sun, 20 Sep 2015 14:52:44 +0000 (-0400) Subject: Improve missing header message X-Git-Tag: v22.1.16~15^2~2 X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=d1b630cec9bcf428d8f41ad8294674136b1ab90f;p=sxemacs Improve missing header message * configure.ac: Note that we also need Xt headers as newer distros tend to package Xt headers separately from core X11. Signed-off-by: Nelson Ferreira --- diff --git a/configure.ac b/configure.ac index dfb737b..51f6041 100644 --- a/configure.ac +++ b/configure.ac @@ -2504,7 +2504,7 @@ dnl fi dnl make sure we can find Intrinsic.h AC_CHECK_HEADER([X11/Intrinsic.h], [], - [AC_MSG_ERROR([Unable to find X11 header files. Try using --x-includes= if you know the path, or --with-x=no to disable X11 support.])]) + [AC_MSG_ERROR([Unable to find X11 and/or Xt header files. Try using --x-includes= if you know the path, or --with-x=no to disable X11 support.])]) dnl Check some more headers AC_CHECK_HEADERS([X11/Intrinsic.h X11/StringDefs.h X11/Shell.h X11/ShellP.h],