-- configure.ac
++ configure.ac
esac
done
if test "$random_approach" == none; then
if test "$random_approach" = none; then
AC_MSG_ERROR(No random number generator approach. POSIX rand should always be available)
fi
AC_MSG_RESULT($random_approach)