blob: 1dc6342488f7d23494d16667ae9c153c5bc50f65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Fri May 26 19:32:18 2006
+++ configure Sun Dec 17 14:27:45 2006
@@ -21187,6 +21187,9 @@
# If you are looking for one http://www.opendarwin.org/projects/dlcompat
libltdl_cv_sys_dlopen_deplibs=yes
;;
+ freebsd*)
+ libltdl_cv_sys_dlopen_deplibs=yes
+ ;;
gnu* | linux* | k*bsd*-gnu)
# GNU and its variants, using gnu ld.so (Glibc)
libltdl_cv_sys_dlopen_deplibs=yes
@@ -30498,6 +30501,7 @@
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <sys/types.h>
#include <sys/socket.h>
int
|