aboutsummaryrefslogtreecommitdiff
path: root/m4/argz.m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-10 05:57:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-10 05:57:55 +0000
commitd5e4648c1a755af9d9b47d446e750d228ce66f99 (patch)
tree562a0b5f17ede06d961b113e951eef16d790c2bd /m4/argz.m4
parent18bd5e0a920729f0baf414311130e0a92e775bbb (diff)
downloadgnunet-d5e4648c1a755af9d9b47d446e750d228ce66f99.tar.gz
gnunet-d5e4648c1a755af9d9b47d446e750d228ce66f99.zip
timeout code
Diffstat (limited to 'm4/argz.m4')
-rw-r--r--m4/argz.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/argz.m4 b/m4/argz.m4
index 37c1b11e4..edc99bbce 100644
--- a/m4/argz.m4
+++ b/m4/argz.m4
@@ -28,14 +28,14 @@ ARGZ_H=
28AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \ 28AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
29 argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])]) 29 argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
30 30
31dnl if have system argz functions, allow forced use of 31dnl if have system argz functions, allow forced use of
32dnl libltdl-supplied implementation (and default to do so 32dnl libltdl-supplied implementation (and default to do so
33dnl on "known bad" systems). Could use a runtime check, but 33dnl on "known bad" systems). Could use a runtime check, but
34dnl (a) detecting malloc issues is notoriously unreliable 34dnl (a) detecting malloc issues is notoriously unreliable
35dnl (b) only known system that declares argz functions, 35dnl (b) only known system that declares argz functions,
36dnl provides them, yet they are broken, is cygwin 36dnl provides them, yet they are broken, is cygwin
37dnl releases prior to 16-Mar-2007 (1.5.24 and earlier) 37dnl releases prior to 16-Mar-2007 (1.5.24 and earlier)
38dnl So, it's more straightforward simply to special case 38dnl So, it's more straightforward simply to special case
39dnl this for known bad systems. 39dnl this for known bad systems.
40AS_IF([test -z "$ARGZ_H"], 40AS_IF([test -z "$ARGZ_H"],
41 [AC_CACHE_CHECK( 41 [AC_CACHE_CHECK(