changeset 2705:2b621542ba7a

[xemacs-hg @ 2005-03-31 17:11:11 by james] Apply Aidan's Intrinsic.h. fix to configure.ac, as reported by Robert D. Royar.
author james
date Thu, 31 Mar 2005 17:11:12 +0000
parents 114400ea911b
children b63b630f4693
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 31 14:56:48 2005 +0000
+++ b/ChangeLog	Thu Mar 31 17:11:12 2005 +0000
@@ -1,3 +1,8 @@
+2005-03-31  Jerry James  <james@xemacs.org>
+
+	* configure.ac: Aidan's 2005-03-30 patch, but against
+	configure.ac.
+
 2005-03-30  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* configure: #include <X11/Intrinsic.h.> -> #include
--- a/configure.ac	Thu Mar 31 14:56:48 2005 +0000
+++ b/configure.ac	Thu Mar 31 17:11:12 2005 +0000
@@ -3942,7 +3942,7 @@
 #if HAVE_X11_XFUNCPROTO_H
 #include <X11/Xfuncproto.h>
 #endif
-#include <X11/Intrinsic.h.>
+#include <X11/Intrinsic.h>
 ])
 
     dnl Is the variant specific header directory directly under include?