diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-12 20:29:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-12 20:29:05 (GMT) |
commit | f2067061a65c27001d806ced018ed3d2a34a35de (patch) | |
tree | 1d1b1c43c917856f2045fbcf99e9f459625f2d42 /unix/configure | |
parent | 675dc433081e21fce5e85d36ad8a28383cc6883a (diff) | |
parent | 5a1c57dc0dca93c9e878f66be5632afe0937784e (diff) | |
download | tk-f2067061a65c27001d806ced018ed3d2a34a35de.zip tk-f2067061a65c27001d806ced018ed3d2a34a35de.tar.gz tk-f2067061a65c27001d806ced018ed3d2a34a35de.tar.bz2 |
disallow colors like xellow
cleanup tkInt.decls
configure changes for cygwin
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index e4fbf75..cebf9a5 100755 --- a/unix/configure +++ b/unix/configure @@ -7342,6 +7342,11 @@ fi; if test "$tcl_ok" = "no"; then CFLAGS_DEFAULT='$(CFLAGS_OPTIMIZE)' LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)' + +cat >>confdefs.h <<\_ACEOF +#define NDEBUG 1 +_ACEOF + echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 |