summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>2006-07-18 07:45:58 +0000
committerMartin Kraemer <martin@apache.org>2006-07-18 07:45:58 +0000
commita8bed6c31dfc43786c09e8c75a6307de7e86114b (patch)
tree5056fff780078a1a1a7a7a5805488c21e4c1747c /configure.in
parent7fe51763b07a2d05a016f3308f1e7c0e7f9e68d0 (diff)
downloadapr-a8bed6c31dfc43786c09e8c75a6307de7e86114b.tar.gz
Make apr compile on FreeBSD-4.x
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@423003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5b4ef598e..84ad65c7a 100644
--- a/configure.in
+++ b/configure.in
@@ -1408,7 +1408,8 @@ case $host in
;;
esac
-APR_CHECK_SIZEOF_EXTENDED([#include <sys/uio.h>],struct iovec,0)
+APR_CHECK_SIZEOF_EXTENDED([#include <sys/types.h>
+#include <sys/uio.h>],struct iovec,0)
if test "$ac_cv_sizeof_struct_iovec" = "0"; then
have_iovec=0
else