Changeset 12603
- Timestamp:
- 11/01/07 12:23:57 (7 months ago)
- Files:
-
- trunk/gdal/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/configure.in
r12502 r12603 2203 2203 dnl --------------------------------------------------------------------------- 2204 2204 2205 AC_ARG_WITH(ogpython,[ --with-ogpython Enable Old-gen traditional (deprecated) Python bindings],, )2205 AC_ARG_WITH(ogpython,[ --with-ogpython Enable Old-gen traditional (deprecated) Python bindings],,[with_ogpython=no]) 2206 2206 2207 2207 AC_MSG_CHECKING([for old-gen python bindings]) 2208 2208 HAVE_OGPYTHON=no 2209 if test "$with_ogpython" = yes -o x"$with_ogpython" = x ; then 2209 2210 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then 2210 2211 AM_PATH_PYTHON 2211 2212 AM_INIT_PYEXEC_MOD
