Skip to content

Commit b16e58c

Browse files
committed
change default for init-srand
1 parent 16f9703 commit b16e58c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configure.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dnl $MawkId: configure.in,v 1.53 2014/09/07 16:55:31 tom Exp $
1+
dnl $MawkId: configure.in,v 1.54 2014/09/07 21:42:24 tom Exp $
22
dnl configure.in for mawk
33
dnl ###########################################################################
44
dnl configure.in
@@ -98,10 +98,10 @@ if test "x${with_builtin_srand}" = xno; then
9898
fi
9999
###############################################################################
100100
AC_MSG_CHECKING(if you want mawk to initialize random numbers at startup)
101-
CF_ARG_ENABLE([init-srand],
102-
[ --enable-init-srand initialize random numbers automatically],
103-
[with_init_srand=yes],
104-
[with_init_srand=no])
101+
CF_ARG_DISABLE([init-srand],
102+
[ --disable-init-srand suppress automatic initialization of random numbers],
103+
[with_init_srand=no],
104+
[with_init_srand=yes])
105105
if test "x${with_init_srand}" != xno; then
106106
with_init_srand=yes
107107
else

0 commit comments

Comments
 (0)