From: Martin Pool Date: Wed, 28 Nov 2001 03:12:20 +0000 (+0000) Subject: HP's cpp apparently can't handle whitespace before #include X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1691bdcafc85269066be844a77d4192325580867 HP's cpp apparently can't handle whitespace before #include --- 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 - #include +#include +#include int getpeername (int, $arg2 *, $t *); ],[