kopia lustrzana https://github.com/Hamlib/Hamlib
always enable NET port
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1275 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
7c6afab810
commit
131e35de8b
10
configure.ac
10
configure.ac
|
@ -255,15 +255,7 @@ if test "${cf_with_tcl_binding}" = "yes" ; then
|
|||
fi
|
||||
AC_SUBST(TCL_LIB_SPEC)
|
||||
|
||||
|
||||
if test "${ac_cv_header_sys_socket_h}" = "no"; then
|
||||
echo "disabling NET port"
|
||||
NET=
|
||||
else
|
||||
echo "enabling NET port"
|
||||
NET=net
|
||||
fi
|
||||
AC_SUBST(NET)
|
||||
# TODO: require "${ac_cv_header_sys_socket_h}" = "no"
|
||||
|
||||
|
||||
dnl Backend list
|
||||
|
|
Ładowanie…
Reference in New Issue