Changeset 968 for trunk/zoo-project/zoo-kernel
- Timestamp:
- Dec 18, 2020, 7:11:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/configure.ac
r967 r968 542 542 543 543 AC_ARG_WITH([r], 544 [AS_HELP_STRING([--with-r=PATH], [To enable pythonsupport or Specifies an alternative directory for R installation, disabled by default])],544 [AS_HELP_STRING([--with-r=PATH], [To enable R support or Specifies an alternative directory for R installation, disabled by default])], 545 545 [R_PATH="$withval"; R_ENABLED="-DUSE_R"], [R_ENABLED=""]) 546 546 … … 605 605 fi 606 606 607 echo $PYTHONCONFIG 607 608 # Extract the linker and include flags 608 609 PYTHON_LDFLAGS=`$PYTHONCONFIG --ldflags`
Note: See TracChangeset
for help on using the changeset viewer.