File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 $
22dnl configure.in for mawk
33dnl ###########################################################################
44dnl configure.in
@@ -98,10 +98,10 @@ if test "x${with_builtin_srand}" = xno; then
9898fi
9999###############################################################################
100100AC_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 ])
105105if test "x${with_init_srand}" != xno; then
106106 with_init_srand=yes
107107else
You can’t perform that action at this time.
0 commit comments