Skip to content

Commit ed77709

Browse files
committed
Autoconf: Update an AC_DEFINE()
Same result in config.h as with CMake. Before: #define NETINET_ETHER_H_DECLARES_ETHER_NTOHOST /**/ After: #define NETINET_ETHER_H_DECLARES_ETHER_NTOHOST 1 (cherry picked from commit e5b1cab) [skip ci]
1 parent 41e3e81 commit ed77709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ if test "$ac_cv_func_ether_ntohost" = yes -a \
596596
unset ac_cv_have_decl_ether_ntohost
597597
AC_CHECK_DECL(ether_ntohost,
598598
[
599-
AC_DEFINE(NETINET_ETHER_H_DECLARES_ETHER_NTOHOST,,
599+
AC_DEFINE(NETINET_ETHER_H_DECLARES_ETHER_NTOHOST,1,
600600
[Define to 1 if netinet/ether.h declares `ether_ntohost'])
601601
],,
602602
[

0 commit comments

Comments
 (0)