aboutsummaryrefslogtreecommitdiff
path: root/m4/ltdl.m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-08 18:47:39 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-08 18:47:39 +0000
commite1e86e290710ab2f953d62a504feebdf8ddfe56f (patch)
tree5d85670e26138b16fc840396d0e67e4fcad9753e /m4/ltdl.m4
parent9ff5a5b4713dfefc3b42b66fb3865b1435667a77 (diff)
downloadgnunet-e1e86e290710ab2f953d62a504feebdf8ddfe56f.tar.gz
gnunet-e1e86e290710ab2f953d62a504feebdf8ddfe56f.zip
fixing types
Diffstat (limited to 'm4/ltdl.m4')
-rw-r--r--m4/ltdl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ltdl.m4 b/m4/ltdl.m4
index 46535e2e1..f6be54a94 100644
--- a/m4/ltdl.m4
+++ b/m4/ltdl.m4
@@ -487,7 +487,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
487 # at 6.2 and later dlopen does load deplibs. 487 # at 6.2 and later dlopen does load deplibs.
488 lt_cv_sys_dlopen_deplibs=yes 488 lt_cv_sys_dlopen_deplibs=yes
489 ;; 489 ;;
490 netbsd* | netbsdelf*-gnu) 490 netbsd*)
491 lt_cv_sys_dlopen_deplibs=yes 491 lt_cv_sys_dlopen_deplibs=yes
492 ;; 492 ;;
493 openbsd*) 493 openbsd*)