Hello,
I'm playing with AppVeyor, and I figured out that I have no idea why does
"ifconfig" is checked during build process:
[ilia@localhost openvpn]$ grep ifconfig configure.ac
AC_PATH_PROGS([IFCONFIG], [ifconfig],,
[$PATH:/usr/local/sbin:/usr/sbin:/sbin])
AC_DEFINE_UNQUOTED([IFCONFIG_PATH], ["$IFCONFIG"], [Path to ifconfig tool])
test -z "${IFCONFIG}" && AC_MSG_ERROR([ifconfig utility is required
but missing])
[ilia@localhost openvpn]$
well, it makes sense that it might be required for running openvpn. but why
to check it during build ?
Cheers,
Ilya Shipitsin
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel