Skip to content

Commit e5b1cab

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 [skip ci]
1 parent 6d1136a commit e5b1cab

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
@@ -437,7 +437,7 @@ if test "$ac_cv_func_ether_ntohost" = yes -a \
437437
unset ac_cv_have_decl_ether_ntohost
438438
AC_CHECK_DECL(ether_ntohost,
439439
[
440-
AC_DEFINE(NETINET_ETHER_H_DECLARES_ETHER_NTOHOST,,
440+
AC_DEFINE(NETINET_ETHER_H_DECLARES_ETHER_NTOHOST,1,
441441
[Define to 1 if netinet/ether.h declares `ether_ntohost'])
442442
],,
443443
[

0 commit comments

Comments
 (0)