diff options
author | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 2003-11-03 13:25:01 +0000 |
---|---|---|
committer | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 2003-11-03 13:25:01 +0000 |
commit | b2eace1f47a4ad78db7264e69e80e507fd1af021 (patch) | |
tree | c536774cf3cb5165af68bf77cbb9be38bb1bf388 /configure.in | |
parent | 1316a6cb0d914e3a348277ad4827f237815cca37 (diff) | |
download | libapr-b2eace1f47a4ad78db7264e69e80e507fd1af021.tar.gz |
Start of new PRNG.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6846570af..44b8ec937 100644 --- a/configure.in +++ b/configure.in @@ -100,7 +100,7 @@ dnl These added to allow default directories to be used... DEFAULT_OSDIR="unix" echo "(Default will be ${DEFAULT_OSDIR})" -apr_modules="file_io network_io threadproc misc locks time mmap shmem user memory atomic poll support" +apr_modules="file_io network_io threadproc misc locks time mmap shmem user memory atomic poll support random" dnl Checks for programs. AC_PROG_MAKE_SET |