Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416659
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure.ac
0
++ configure.ac
Lines 1118-1124 Link Here
1118
esac
1118
esac
1119
done
1119
done
1120
1120
1121
if test "$random_approach" == none; then
1121
if test "$random_approach" = none; then
1122
    AC_MSG_ERROR(No random number generator approach. POSIX rand should always be available)
1122
    AC_MSG_ERROR(No random number generator approach. POSIX rand should always be available)
1123
fi
1123
fi
1124
AC_MSG_RESULT($random_approach)
1124
AC_MSG_RESULT($random_approach)

Return to bug 416659