10000 gh-135497: fix MAXLOGNAME detection in configure · python/cpython@42a187d · GitHub
[go: up one dir, main page]

Skip to content

Commit 42a187d

Browse files
committed
gh-135497: fix MAXLOGNAME detection in configure
1 parent 7b15873 commit 42a187d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5542,7 +5542,7 @@ AC_CHECK_DECL([MAXLOGNAME],
55425542
[AC_DEFINE([HAVE_MAXLOGNAME], [1],
55435543
[Define if you have the 'MAXLOGNAME' constant.])],
55445544
[],
5545-
[@%:@include <sys/params.h>])
5545+
[@%:@include <sys/param.h>])
55465546

55475547
AC_CHECK_DECLS([UT_NAMESIZE],
55485548
[AC_DEFINE([HAVE_UT_NAMESIZE], [1],

0 commit comments

Comments
 (0)
0