Changeset 13929
- Timestamp:
- 03/05/08 00:53:27 (2 months ago)
- Files:
-
- trunk/gdal/configure (modified) (1 diff)
- trunk/gdal/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/configure
r13878 r13929 26703 26703 HAVE_OGPYTHON=no 26704 26704 26705 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then26705 if test "x$with_ogpython" != "xno" ; then 26706 26706 26707 26707 for ac_prog in python python1.5 python1.4 python1.3 trunk/gdal/configure.in
r13878 r13929 2092 2092 HAVE_OGPYTHON=no 2093 2093 2094 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then2094 if test "x$with_ogpython" != "xno" ; then 2095 2095 AM_PATH_PYTHON 2096 2096 AM_INIT_PYEXEC_MOD
