* configure, configure.in (BUILD_vfs): correct from sample default
authorJeff Hobbs <hobbs@users.sourceforge.net>
Tue, 25 Jan 2005 20:20:02 +0000 (20:20 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Tue, 25 Jan 2005 20:20:02 +0000 (20:20 +0000)
ChangeLog
configure
configure.in

index 58355887244809f33c930668fb03240c8999367b..8430aa47e35bea187770984bd90cc5eb8d100b9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-25  Jeff Hobbs  <jeffh@ActiveState.com>
+
+       * configure, configure.in (BUILD_vfs): correct from sample default
+
 2005-01-20  Jean-Claude Wippler  <jcw@equi4.com>
 
        * library/mk4vfs.tcl: added return in periodicCommit
index bd3cce11db04868ba0b5cce549ef2cd55fa6d29f..f499af5007619d6ee3d821cfd4747f0de95c89c6 100755 (executable)
--- a/configure
+++ b/configure
@@ -5814,7 +5814,7 @@ echo "${ECHO_T}Using srcdir found in tclConfig.sh: ${TCL_SRC_DIR}" >&6
 
 if test "${TEA_PLATFORM}" = "windows" ; then
     cat >>confdefs.h <<\_ACEOF
-#define BUILD_sample 1
+#define BUILD_vfs 1
 _ACEOF
 
     CLEANFILES="pkgIndex.tcl *.lib *.dll *.exp *.ilk *.pdb vc*.pch"
index da47567503c135f8c7a9eb901275c2ee4f8f7234..a40f1878315c484ac0ba09306ba87915947c1d71 100644 (file)
@@ -60,7 +60,7 @@ TEA_PRIVATE_TCL_HEADERS
 #--------------------------------------------------------------------
 
 if test "${TEA_PLATFORM}" = "windows" ; then
-    AC_DEFINE(BUILD_sample)
+    AC_DEFINE(BUILD_vfs)
     CLEANFILES="pkgIndex.tcl *.lib *.dll *.exp *.ilk *.pdb vc*.pch"
 else
     CLEANFILES="pkgIndex.tcl"