Changeset 3013 for cel/trunk/configure.ac
- Timestamp:
- 2007-10-03 00:12:09 (4 years ago)
- Files:
-
- 1 modified
-
cel/trunk/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cel/trunk/configure.ac
r2873 r3013 194 194 #---------------------------------------------------------------------------- 195 195 CS_CHECK_CSWIN32LIBS 196 CS_CHECK_PYTHON([ ])196 CS_CHECK_PYTHON([emit]) 197 197 CS_CHECK_CPPUNIT([emit]) 198 198 CS_CHECK_PTHREAD([cygwin*]) … … 225 225 226 226 AS_IF([test $with_cs != no], 227 [AS_IF([test $cs_cv_python != no], 228 [cs_opt_libs="crystalspace_python"], [cs_opt_libs='']) 229 CS_PATH_CRYSTAL_EMIT([1.1], [], 227 [CS_PATH_CRYSTAL_EMIT([1.1], [], 230 228 [AC_MSG_ERROR([ 231 229 *** Crystal Space could not be found or was unusable. The latest version is … … 241 239 # running the CS test). 242 240 #---------------------------------------------------------------------------- 243 AS_IF([test $with_cs != no && test $cs_cv_python != no],244 [AC_MSG_CHECKING([for Crystal Space Python support])245 cel_do_python=no246 for m in $CRYSTAL_AVAILABLE_LIBS; do247 AS_IF([test crystalspace_python = "$m"],248 [cel_do_python=yes249 break])250 done251 AC_MSG_RESULT([$cel_do_python])252 AS_IF([test $cel_do_python = yes],253 [CS_EMIT_BUILD_RESULT([cs_cv_python], [PYTHON])])])241 #AS_IF([test $with_cs != no && test $cs_cv_python != no], 242 # [AC_MSG_CHECKING([for Crystal Space Python support]) 243 # cel_do_python=no 244 # for m in $CRYSTAL_AVAILABLE_LIBS; do 245 # AS_IF([test crystalspace_python = "$m"], 246 # [cel_do_python=yes 247 # break]) 248 # done 249 # AC_MSG_RESULT([$cel_do_python]) 250 # AS_IF([test $cel_do_python = yes], 251 # [CS_EMIT_BUILD_RESULT([cs_cv_python], [PYTHON])])]) 254 252 255 253 #----------------------------------------------------------------------------
