Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5327229

Browse files
committed
Add XXX comment on PLATLIBDIR default value
Signed-off-by: Filipe Laíns <[email protected]>
1 parent cc4d814 commit 5327229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6251,7 +6251,7 @@ fi
62516251
# Check for --with-platlibdir
62526252
# /usr/$PLATLIBDIR/python$(VERSION)$(ABI_THREAD)
62536253
AC_SUBST([PLATLIBDIR])
6254-
PLATLIBDIR="lib"
6254+
PLATLIBDIR="lib" # XXX: We should probably calculate the defauly from libdir, if defined.
62556255
AC_MSG_CHECKING([for --with-platlibdir])
62566256
AC_ARG_WITH(
62576257
[platlibdir],

0 commit comments

Comments
 (0)