summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorhobbs2 <hobbs2>2006-04-06 00:30:07 (GMT)
committerhobbs2 <hobbs2>2006-04-06 00:30:07 (GMT)
commit0e1172d951cd4a462654e6bfd6027b2f2928183d (patch)
treee11a7f2368e3600dd9b5b19c920f0785d05fc36b /configure.ac
parent3cae94feaf1eaa645123a744276ebc47290b6815 (diff)
downloadtktreectrl-0e1172d951cd4a462654e6bfd6027b2f2928183d.zip
tktreectrl-0e1172d951cd4a462654e6bfd6027b2f2928183d.tar.gz
tktreectrl-0e1172d951cd4a462654e6bfd6027b2f2928183d.tar.bz2
* configure, configure.ac: add AC_C_BIGENDIAN check
* tclconfig/tcl.m4: TEA rcs 1.91 2006/03/28 21:07:09
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fb44a66..4b32bf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.ac,v 1.14 2006/01/26 00:34:52 hobbs2 Exp $
+# RCS: @(#) $Id: configure.ac,v 1.15 2006/04/06 00:30:08 hobbs2 Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -97,6 +97,9 @@ TEA_PRIVATE_TK_HEADERS
TEA_PATH_X
+# Needed for OS X ppx/intel image handling
+AC_C_BIGENDIAN
+
#--------------------------------------------------------------------
# __CHANGE__
# A few miscellaneous platform-specific items: