Changeset 12502
- Timestamp:
- 10/22/07 16:59:21 (7 months ago)
- Files:
-
- trunk/gdal/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/configure.in
r12467 r12502 2207 2207 AC_MSG_CHECKING([for old-gen python bindings]) 2208 2208 HAVE_OGPYTHON=no 2209 if test " x$with_ogpython" != "x"; then2209 if test "$with_ogpython" = yes -o x"$with_ogpython" = x ; then 2210 2210 AM_PATH_PYTHON 2211 2211 AM_INIT_PYEXEC_MOD
