opt_profiler_mode=$enableval)
AC_MSG_RESULT($opt_profiler_mode)
-if test "$cross_compiling" != no; then
- AC_CHECK_PROGS(VALGRIND, valgrind)
-fi
-if test -z "$VALGRIND"; then
- opt_valgrind_tests=no
-else
- opt_valgrind_tests=yes
-fi
-AC_MSG_CHECKING([whether self tests are run under valgrind])
-AC_ARG_ENABLE(valgrind-tests,
- AS_HELP_STRING([--enable-valgrind-tests],
- [run self tests under valgrind]),
- opt_valgrind_tests=$enableval)
-AC_MSG_RESULT($opt_valgrind_tests)
-
AC_MSG_RESULT([***
*** Checking for compilation programs...
])
*** Detecting system's parameters...
])
+if test "$cross_compiling" != no; then
+ AC_CHECK_PROGS(VALGRIND, valgrind)
+fi
+if test -z "$VALGRIND"; then
+ opt_valgrind_tests=no
+else
+ opt_valgrind_tests=yes
+fi
+AC_MSG_CHECKING([whether self tests are run under valgrind])
+AC_ARG_ENABLE(valgrind-tests,
+ AS_HELP_STRING([--enable-valgrind-tests],
+ [run self tests under valgrind]),
+ opt_valgrind_tests=$enableval)
+AC_MSG_RESULT($opt_valgrind_tests)
+
# For minitasn1.
AC_CHECK_SIZEOF(unsigned long, 4)
AC_CHECK_SIZEOF(unsigned int, 4)