summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordas <das>2005-05-29 07:53:08 (GMT)
committerdas <das>2005-05-29 07:53:08 (GMT)
commit1318232a2f5374634ca72cc501c9b189a51386b4 (patch)
tree44e527d3bdae31462b59624e1cc3f0d2f359b18b /unix/configure.in
parent8734866e2b78fe9f8145d6d040fe607b41f6853f (diff)
downloadtk-1318232a2f5374634ca72cc501c9b189a51386b4.zip
tk-1318232a2f5374634ca72cc501c9b189a51386b4.tar.gz
tk-1318232a2f5374634ca72cc501c9b189a51386b4.tar.bz2
* unix/configure.in: added description of HAVE_XSS for autoheader.
* unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: added missing FRAMEWORK defines introduced with configure/make based build.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index b94c4ce..1e18a59 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -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 Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.106 2005/05/29 06:47:05 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.107 2005/05/29 07:53:09 das Exp $
AC_INIT([tk],[8.5])
AC_PREREQ(2.57)
@@ -344,7 +344,7 @@ if test $tk_aqua = no; then
], [
AC_MSG_RESULT(yes)
XLIBSW="$XLIBSW -lXss -lXext"
- AC_DEFINE([HAVE_XSS])
+ AC_DEFINE(HAVE_XSS, 1, [Is XScreenSaver available?])
], AC_MSG_RESULT(no))
CFLAGS=$tk_oldCFlags
LIBS=$tk_oldLibs