Changeset 12502

Show
Ignore:
Timestamp:
10/22/07 16:59:21 (7 months ago)
Author:
hobu
Message:

make sure to disable ogpython with --without-ogpython is set

Files:

Legend:

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

    r12467 r12502  
    22072207AC_MSG_CHECKING([for old-gen python bindings]) 
    22082208HAVE_OGPYTHON=no 
    2209 if test "x$with_ogpython" != "x" ; then 
     2209if test "$with_ogpython" = yes -o x"$with_ogpython" = x ; then 
    22102210  AM_PATH_PYTHON 
    22112211  AM_INIT_PYEXEC_MOD