Changeset 217 for branches/branch-1.2/zoo-kernel/configure.ac
- Timestamp:
- May 31, 2011, 3:30:49 AM (13 years ago)
- Location:
- branches/branch-1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.2
-
branches/branch-1.2/zoo-kernel/configure.ac
r110 r217 119 119 120 120 AC_ARG_WITH([python], 121 [AS_HELP_STRING([--with-python=PATH], [To enable dpython support or specify an alternative directory for python installation, disabled by default])],121 [AS_HELP_STRING([--with-python=PATH], [To enable python support or specify an alternative directory for python installation, disabled by default])], 122 122 [PYTHON_PATH="$withval"; PYTHON_ENABLED="-DUSE_PYTHON"], [PYTHON_ENABLED=""]) 123 123 … … 164 164 165 165 AC_ARG_WITH([php], 166 [AS_HELP_STRING([--with-php=PATH], [To enable dphp support or specify an alternative directory for php installation, disabled by default])],166 [AS_HELP_STRING([--with-php=PATH], [To enable php support or specify an alternative directory for php installation, disabled by default])], 167 167 [PHP_PATH="$withval"; PHP_ENABLED="-DUSE_PHP"], [PHP_ENABLED=""]) 168 168 … … 209 209 210 210 AC_ARG_WITH([perl], 211 [AS_HELP_STRING([--with-perl=PATH], [To enable dperl support or specify an alternative directory for perl installation, disabled by default])],211 [AS_HELP_STRING([--with-perl=PATH], [To enable perl support or specify an alternative directory for perl installation, disabled by default])], 212 212 [PERL_PATH="$withval"; PERL_ENABLED="-DUSE_PERL"], [PERL_ENABLED=""]) 213 213 … … 217 217 PERL_FILE="" 218 218 else 219 PERLCONFIG="$PERL_PATH/bin/perl" 220 PHP_FILE="service_internal_perl.o" 219 PERL_FILE="service_internal_perl.o" 221 220 if test "$PERL_PATH" = "yes" 222 221 then 223 # P HPwas not specified, so search within the current path222 # Perl was not specified, so search within the current path 224 223 AC_PATH_PROG([PERLCONFIG], [perl]) 225 224 else … … 249 248 250 249 AC_ARG_WITH([java], 251 [AS_HELP_STRING([--with-java=PATH], [To enable djava support, specify a JDK_HOME, disabled by default])],250 [AS_HELP_STRING([--with-java=PATH], [To enable java support, specify a JDK_HOME, disabled by default])], 252 251 [JDKHOME="$withval"; JAVA_ENABLED="-DUSE_JAVA"], [JAVA_ENABLED=""]) 253 252 … … 308 307 309 308 AC_ARG_WITH([js], 310 [AS_HELP_STRING([--with-js=PATH], [specify --with-js=path-to-js to enable djs support, specify --with-js on linux debian like, js support is disabled by default ])],309 [AS_HELP_STRING([--with-js=PATH], [specify --with-js=path-to-js to enable js support, specify --with-js on linux debian like, js support is disabled by default ])], 311 310 [JSHOME="$withval";JS_ENABLED="-DUSE_JS"], [JS_ENABLED=""]) 312 311
Note: See TracChangeset
for help on using the changeset viewer.