Show
Ignore:
Timestamp:
2007-10-03 00:12:09 (4 years ago)
Author:
caedesv
Message:

synced swig.jam file from cs, and adapted configure check to
account for libcrystalspace-python not existing any more.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cel/trunk/configure.ac

    r2873 r3013  
    194194#---------------------------------------------------------------------------- 
    195195CS_CHECK_CSWIN32LIBS 
    196 CS_CHECK_PYTHON([]) 
     196CS_CHECK_PYTHON([emit]) 
    197197CS_CHECK_CPPUNIT([emit]) 
    198198CS_CHECK_PTHREAD([cygwin*]) 
     
    225225 
    226226AS_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], [], 
    230228        [AC_MSG_ERROR([ 
    231229*** Crystal Space could not be found or was unusable. The latest version is 
     
    241239# running the CS test). 
    242240#---------------------------------------------------------------------------- 
    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=no 
    246     for m in $CRYSTAL_AVAILABLE_LIBS; do 
    247         AS_IF([test crystalspace_python = "$m"], 
    248             [cel_do_python=yes 
    249             break]) 
    250     done 
    251     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])])]) 
    254252 
    255253#----------------------------------------------------------------------------