summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-28 03:12:20 +0000
committerMartin Pool <mbp@samba.org>2001-11-28 03:12:20 +0000
commit1691bdcafc85269066be844a77d4192325580867 (patch)
tree4fa13d95cfba17a1f6fedb5745687e52c5cfdd52 /aclocal.m4
parent6a5ef41fb3bd36e7ac0e3b209bf5e483f5cbe2f5 (diff)
downloadrsync-1691bdcafc85269066be844a77d4192325580867.tar.gz
HP's cpp apparently can't handle whitespace before #include
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index e83a8bf4..ebe754a2 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -43,8 +43,8 @@ AC_DEFUN([TYPE_SOCKLEN_T],
for arg2 in "struct sockaddr" void; do
for t in int size_t unsigned long "unsigned long"; do
AC_TRY_COMPILE([
- #include <sys/types.h>
- #include <sys/socket.h>
+#include <sys/types.h>
+#include <sys/socket.h>
int getpeername (int, $arg2 *, $t *);
],[