Index: configure =================================================================== diff -u -r04541d31db7c1bc93ddd119df2ad1600e92aef4f -r1193731ac6be5de93ad4ab86a90e27f8658875b2 --- configure (.../configure) (revision 04541d31db7c1bc93ddd119df2ad1600e92aef4f) +++ configure (.../configure) (revision 1193731ac6be5de93ad4ab86a90e27f8658875b2) @@ -5511,18 +5511,18 @@ #-------------------------------------------------------------------- # check for tclCompile.h (needed, when compiled without full source) if test -f "$TCL_SRC_DIR/generic/tclCompile.h"; then - HAVE_TCL_COMPILE_H="-DHAVE_TCL_COMPILE_H=1" -else - HAVE_TCL_COMPILE_H="" + +$as_echo "#define HAVE_TCL_COMPILE_H 1" >>confdefs.h + fi if test "$with_profile" = yes; then - NSF_PROFILE_FLAG="-DNSF_PROFILE=1" -else - NSF_PROFILE_FLAG="" + +$as_echo "#define NSF_PROFILE 1" >>confdefs.h + fi -if test "enable_dtrace" = yes; then +if test "$enable_dtrace" = yes; then $as_echo "#define NSF_DTRACE 1" >>confdefs.h @@ -5607,7 +5607,7 @@ PKG_CFLAGS="$PKG_CFLAGS -DNSF_VERSION=\\\"$NSF_VERSION\\\" -DNSF_PATCHLEVEL=\\\"$NSF_PATCH_LEVEL\\\" \ - $AOL_DEFINES $HAVE_TCL_COMPILE_H $NSF_PROFILE_FLAG" + $AOL_DEFINES "