diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-06-23T13·15-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-10T11·35+0200 |
commit | 7911e4c27a0020a61ace13cfdc44de4af02f315e (patch) | |
tree | db7d61bae393b67ed0a57e29aa2cd8ac99d655a1 /configure.ac | |
parent | 04170d06bf7d17f882c01d3ab98885e0f3e46d2f (diff) |
Remove maybeVfork
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 55e6191cfafa..00c1d495d445 100644 --- a/configure.ac +++ b/configure.ac @@ -89,10 +89,6 @@ AC_CHECK_HEADERS([sys/mount.h], [], [], ]) -# Check for vfork. -#AC_FUNC_FORK() - - # Check for lutimes, optionally used for changing the mtime of # symlinks. AC_CHECK_FUNCS([lutimes]) |