aboutsummaryrefslogtreecommitdiff
path: root/m4/argz.m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-01 09:58:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-01 09:58:30 +0000
commit74309fb4a4c2ec01964d1f2058c7ce61c8eef569 (patch)
tree8ce0e18c6241d320ee6fd379b5befe20a849b9c9 /m4/argz.m4
parent453623115b2ed835198aa6752036b2288a907051 (diff)
downloadgnunet-74309fb4a4c2ec01964d1f2058c7ce61c8eef569.tar.gz
gnunet-74309fb4a4c2ec01964d1f2058c7ce61c8eef569.zip
code cleanup and m4 reverting
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 edc99bbce..37c1b11e4 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(