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