python support.
This commit is contained in:
parent
135027fe20
commit
ad4b767661
7
configure
vendored
7
configure
vendored
@ -11201,7 +11201,12 @@ ac_config_files="$ac_config_files packages/http/Makefile"
|
||||
fi
|
||||
|
||||
if test "$ENABLE_JPL" = ""; then
|
||||
ac_config_files="$ac_config_files packages/jpl/Makefile packages/jpl/jpl_paths.yap packages/jpl/src/java/Makefile packages/pyswip/Makefile"
|
||||
ac_config_files="$ac_config_files packages/jpl/Makefile packages/jpl/jpl_paths.yap packages/jpl/src/java/Makefile"
|
||||
|
||||
fi
|
||||
|
||||
if test "$ENABLE_PYTHON" = ""; then
|
||||
ac_config_files="$ac_config_files packages/pyswip/Makefile"
|
||||
|
||||
fi
|
||||
|
||||
|
@ -2518,7 +2518,11 @@ AC_CONFIG_FILES([packages/http/Makefile])
|
||||
fi
|
||||
|
||||
if test "$ENABLE_JPL" = ""; then
|
||||
AC_CONFIG_FILES([packages/jpl/Makefile packages/jpl/jpl_paths.yap packages/jpl/src/java/Makefile packages/pyswip/Makefile ])
|
||||
AC_CONFIG_FILES([packages/jpl/Makefile packages/jpl/jpl_paths.yap packages/jpl/src/java/Makefile ])
|
||||
fi
|
||||
|
||||
if test "$ENABLE_PYTHON" = ""; then
|
||||
AC_CONFIG_FILES([ packages/pyswip/Makefile ])
|
||||
fi
|
||||
|
||||
if test "$ENABLE_PLDOC" = ""; then
|
||||
|
Reference in New Issue
Block a user