Changeset 13929

Show
Ignore:
Timestamp:
03/05/08 00:53:27 (2 months ago)
Author:
warmerdam
Message:

allow specification of a python binary for --with-ogpython (#2258)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/configure

    r13878 r13929  
    2670326703HAVE_OGPYTHON=no 
    2670426704 
    26705 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then 
     26705if test "x$with_ogpython" != "xno" ; then 
    2670626706 
    2670726707                for ac_prog in python python1.5 python1.4 python1.3 
  • trunk/gdal/configure.in

    r13878 r13929  
    20922092HAVE_OGPYTHON=no 
    20932093 
    2094 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then 
     2094if test "x$with_ogpython" != "xno" ; then 
    20952095  AM_PATH_PYTHON 
    20962096  AM_INIT_PYEXEC_MOD