mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-08-01 04:57:11 +00:00
configure with python3
This commit is contained in:
parent
9a307a916c
commit
080a7e36e9
@ -98,7 +98,7 @@ PKG_CHECK_MODULES(JANSSON, [jansson >= $JANSSON_REQUIRED])
|
||||
AC_SUBST(JANSSON_CFLAGS)
|
||||
AC_SUBST(JANSSON_LIBS)
|
||||
|
||||
AM_PATH_PYTHON([2.4])
|
||||
AM_PATH_PYTHON([3.5])
|
||||
if test "$bwin32" = true; then
|
||||
if test x$PYTHON_DIR != x; then
|
||||
# set pyexecdir to somewhere like /c/Python26/Lib/site-packages
|
||||
|
Loading…
Reference in New Issue
Block a user