Changeset 12604
- Timestamp:
- 11/01/07 12:35:42 (8 months ago)
- Files:
-
- trunk/gdal/configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/configure
r12542 r12604 25362 25362 withval="$with_ogpython" 25363 25363 25364 else 25365 with_ogpython=no 25364 25366 fi; 25365 25367 … … 25367 25369 echo $ECHO_N "checking for old-gen python bindings... $ECHO_C" >&6 25368 25370 HAVE_OGPYTHON=no 25369 if test "$with_ogpython" = yes -o x"$with_ogpython" = x ; then 25371 25372 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then 25370 25373 25371 25374 for ac_prog in python python1.5 python1.4 python1.3
