Mercurial > hg > xemacs-beta
comparison configure.ac @ 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 | 296a5cd2a686 |
children | 6fa9919a9a0b |
comparison
equal
deleted
inserted
replaced
2704:114400ea911b | 2705:2b621542ba7a |
---|---|
3940 [athena_h_path=X11/$athena_variant])],[], | 3940 [athena_h_path=X11/$athena_variant])],[], |
3941 [ | 3941 [ |
3942 #if HAVE_X11_XFUNCPROTO_H | 3942 #if HAVE_X11_XFUNCPROTO_H |
3943 #include <X11/Xfuncproto.h> | 3943 #include <X11/Xfuncproto.h> |
3944 #endif | 3944 #endif |
3945 #include <X11/Intrinsic.h.> | 3945 #include <X11/Intrinsic.h> |
3946 ]) | 3946 ]) |
3947 | 3947 |
3948 dnl Is the variant specific header directory directly under include? | 3948 dnl Is the variant specific header directory directly under include? |
3949 if test -z "$athena_h_path"; then | 3949 if test -z "$athena_h_path"; then |
3950 AC_CHECK_HEADER($athena_variant/XawInit.h, | 3950 AC_CHECK_HEADER($athena_variant/XawInit.h, |