summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2009-09-30 13:29:14 +0200
committerThomas Habets <thomas@habets.pp.se>2009-09-30 13:29:14 +0200
commit47be672ee32db5ff502e2d38d022b11dad2c07ff (patch)
treeeaacb8a530ddb57732a822fd8390d8e8e00bd7e6 /configure.ac
parentcd95302a247896afde1d538dfabcfd06b261d56a (diff)
downloadarping-47be672ee32db5ff502e2d38d022b11dad2c07ff.tar.gz
Turns out config.guess and config.sub are needed after all
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a329e1a..ae7197c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ case "$target_os" in
*linux*)
AC_LIBOBJ([findif_linux])
;;
- *)
+ *bsd*)
AC_LIBOBJ([findif_other])
;;
esac