summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2009-09-30 14:03:13 +0200
committerThomas Habets <thomas@habets.pp.se>2009-09-30 14:03:13 +0200
commit9f9a82f72568d877808d149e1c968c7f3b85e673 (patch)
tree26319764c1276b96ef71e6221378b519b77b94f4
parent01bc88aa53151dd36a31c5628b13830c9a2e49d0 (diff)
downloadarping-9f9a82f72568d877808d149e1c968c7f3b85e673.tar.gz
Solaris has route get like BSD
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c6a0d4d..f4587ce 100755
--- a/configure
+++ b/configure
@@ -5917,7 +5917,7 @@ case "$target_os" in
esac
;;
- *freebsd*|*openbsd*)
+ *freebsd*|*openbsd*|*solaris*)
case " $LIBOBJS " in
*" findif_bsd.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS findif_bsd.$ac_objext"
diff --git a/configure.ac b/configure.ac
index ee1c9a2..efce587 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ case "$target_os" in
*linux*)
AC_LIBOBJ([findif_linux])
;;
- *freebsd*|*openbsd*)
+ *freebsd*|*openbsd*|*solaris*)
AC_LIBOBJ([findif_bsd])
;;
*)