From: Paul Mackerras Date: Mon, 1 May 2023 03:29:50 +0000 (+1000) Subject: Merge pull request #417 from enaess/fixes X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=dbd512d8a62489d67a32dbf6c4ec1428cb5df513;hp=-c;p=ppp.git Merge pull request #417 from enaess/fixes Fixes for #411 and #413 --- dbd512d8a62489d67a32dbf6c4ec1428cb5df513 diff --combined configure.ac index e1acf80,38b24af..7ee06d3 --- a/configure.ac +++ b/configure.ac @@@ -1,6 -1,6 +1,6 @@@ AC_PREREQ([2.69]) AC_INIT([ppp], - [2.5.0], + [2.5.1-dev], [https://github.com/ppp-project/ppp]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) @@@ -75,7 -75,8 +75,8 @@@ AM_COND_IF([LINUX], linux/if_ether.h \ linux/if_packet.h \ netinet/if_ether.h \ - netpacket/packet.h])]) + netpacket/packet.h]) + AC_CHECK_TYPES([struct sockaddr_ll], [], [], [#include ])]) AC_CHECK_SIZEOF(unsigned int) AC_CHECK_SIZEOF(unsigned long)