]> git.gsnw.org Git - fping.git/commit
Add --with-ipv4 and --with-ipv6 options to cnfigure
authorNiclas Zeising <zeising@daemonic.se>
Thu, 19 Jul 2012 16:52:25 +0000 (18:52 +0200)
committerNiclas Zeising <zeising@daemonic.se>
Thu, 19 Jul 2012 16:52:25 +0000 (18:52 +0200)
commitbdef483f4b8985ec63085fc1c72d24cb95b5f891
treea46353e0f72e2c3906bac86794b8d5ac3b36f6b3
parente92a68dc4db3b8a2504f75e2122b5c0be6ddf4cf
Add --with-ipv4 and --with-ipv6 options to cnfigure

Currently, to get IPv6 fping you have to pass -DIPV6 to to make while
compiling, and the resulting fping will not handle ipv4.  This patch
adds --with-ipv4 (enabled by default) and --with-ipv6 (disabled by
default) that gives a IPv4 capable fping, and a IPv6 capable fping6
respectively.  Both can be enabled, or either one.  If both the IPv4 and
the IPv6 versions are disabled, configure will throw an error.
configure.ac
src/Makefile.am