aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-26 14:52:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-26 14:52:20 +0000
commit438d1dd06f683f424c4c9958918778804c9f5519 (patch)
tree73db20ad5bd8b319e5edacffd7e3a9541794cbc3 /configure.ac
parentfe11f7d1a91c329acf601b9dde873199cd5c876b (diff)
downloadgnunet-438d1dd06f683f424c4c9958918778804c9f5519.tar.gz
gnunet-438d1dd06f683f424c4c9958918778804c9f5519.zip
Implementing Thomas Bushnell's suggestion to work around the signal race without needing special vfork semantics
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f00d10ed..8fc49aadc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -613,7 +613,6 @@ AC_CHECK_MEMBER([struct sockaddr_in.sin_len],
613# Checks for library functions. 613# Checks for library functions.
614AC_FUNC_CLOSEDIR_VOID 614AC_FUNC_CLOSEDIR_VOID
615AC_FUNC_FORK 615AC_FUNC_FORK
616AC_FUNC_VFORK
617AC_PROG_GCC_TRADITIONAL 616AC_PROG_GCC_TRADITIONAL
618AC_FUNC_MEMCMP 617AC_FUNC_MEMCMP
619AC_FUNC_SELECT_ARGTYPES 618AC_FUNC_SELECT_ARGTYPES