summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-01-13 21:28:06 +0000
committerBenny Prijono <bennylp@teluu.com>2010-01-13 21:28:06 +0000
commit708b962f108087a0823fadd01724604b58d34542 (patch)
treefb90e097bca6ebec2dbf0ef28dabd9a703916612 /aconfigure
parent2c9bdd7e514a478d3dc17a6b85a12dec20c15fb0 (diff)
Initial fixes for #993 (OpenSolaris issues)
- configure script patch for FIONBIO and SIOCGIFFLAGS errors git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3059 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure14
1 files changed, 14 insertions, 0 deletions
diff --git a/aconfigure b/aconfigure
index b6d7be7b..383326af 100755
--- a/aconfigure
+++ b/aconfigure
@@ -4717,6 +4717,20 @@ if test "x$ac_cv_header_sys_types_h" = x""yes; then :
fi
+ac_fn_c_check_header_mongrel "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default"
+if test "x$ac_cv_header_sys_filio_h" = x""yes; then :
+ $as_echo "#define PJ_HAS_SYS_FILIO_H 1" >>confdefs.h
+
+fi
+
+
+ac_fn_c_check_header_mongrel "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
+if test "x$ac_cv_header_sys_sockio_h" = x""yes; then :
+ $as_echo "#define PJ_HAS_SYS_SOCKIO_H 1" >>confdefs.h
+
+fi
+
+
ac_fn_c_check_header_mongrel "$LINENO" "time.h" "ac_cv_header_time_h" "$ac_includes_default"
if test "x$ac_cv_header_time_h" = x""yes; then :
$as_echo "#define PJ_HAS_TIME_H 1" >>confdefs.h