summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authornijtmans <nijtmans>2011-01-12 11:05:43 (GMT)
committernijtmans <nijtmans>2011-01-12 11:05:43 (GMT)
commitb51bd4003b0974174746176689cbf44e9264aa00 (patch)
treeef0842deaaf25affed2df1692bd38cfbd511b9bc /win/configure.in
parentf59f2f1e2ca5ea39fdb19e3d3c2bca81464da3ac (diff)
downloadtk-b51bd4003b0974174746176689cbf44e9264aa00.zip
tk-b51bd4003b0974174746176689cbf44e9264aa00.tar.gz
tk-b51bd4003b0974174746176689cbf44e9264aa00.tar.bz2
handle --enable-64bit=ia64 for gcc
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in
index 4ab033b..c387678 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.91 2010/11/18 22:49:44 nijtmans Exp $
+# RCS: @(#) $Id: configure.in,v 1.92 2011/01/12 11:05:43 nijtmans Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.59)
@@ -51,7 +51,7 @@ AC_CHECK_TOOL(RANLIB, ranlib)
AC_CHECK_TOOL(RC, windres)
#--------------------------------------------------------------------
-# Checks to see if the make progam sets the $MAKE variable.
+# Checks to see if the make program sets the $MAKE variable.
#--------------------------------------------------------------------
AC_PROG_MAKE_SET