Index: configure =================================================================== diff -u -N -r9b831c84733568b14118c288e19191bdc7e35a8e -r9f15e921ab1a4ee92b847cbb3acd3b72b385bffd --- configure (.../configure) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) +++ configure (.../configure) (revision 9f15e921ab1a4ee92b847cbb3acd3b72b385bffd) @@ -5630,7 +5630,7 @@ $as_echo "#define NSF_DEVELOPMENT 1" >>confdefs.h fi -if test "$enable_development" = full; then +if test "$enable_development" = test; then $as_echo "#define NSF_DEVELOPMENT_TEST 1" >>confdefs.h @@ -5668,7 +5668,7 @@ $as_echo "#define NSF_DTRACE 1" >>confdefs.h - # Under Mac OS X, we need no nsfDTrace.o + # Under macOS, we need no nsfDTrace.o if test "`uname -s`" != "Darwin" ; then DTRACE_OBJ=nsfDTrace.o fi Index: configure.ac =================================================================== diff -u -N -r2a955681817e4db4776d7ae904babe8053c5ad74 -r9f15e921ab1a4ee92b847cbb3acd3b72b385bffd --- configure.ac (.../configure.ac) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ configure.ac (.../configure.ac) (revision 9f15e921ab1a4ee92b847cbb3acd3b72b385bffd) @@ -197,7 +197,7 @@ if test "$enable_development" = yes; then AC_DEFINE([NSF_DEVELOPMENT], [1], [Are we building with development support?]) fi -if test "$enable_development" = full; then +if test "$enable_development" = test; then AC_DEFINE([NSF_DEVELOPMENT_TEST], [1], [Are we building with development support and intesive testing?]) fi