Changeset 13935
- Timestamp:
- 03/05/08 10:18:20 (2 months ago)
- Files:
-
- branches/1.5/gdal/configure (modified) (6 diffs)
- branches/1.5/gdal/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/gdal/configure
r13352 r13935 26692 26692 HAVE_OGPYTHON=no 26693 26693 26694 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then26694 if test "x$with_ogpython" != "xno" ; then 26695 26695 26696 26696 for ac_prog in python python1.5 python1.4 python1.3 … … 29437 29437 29438 29438 29439 echo " N ETCDF support: ${NETCDF_SETTING}"29439 echo " NetCDF support: ${NETCDF_SETTING}" 29440 29440 29441 29441 … … 29464 29464 29465 29465 29466 echo " K AKADUsupport: ${HAVE_KAKADU}"29466 echo " Kakadu support: ${HAVE_KAKADU}" 29467 29467 29468 29468 if test "x$HAVE_JASPER_UUID" != "x" ; then 29469 29469 29470 echo " J ASPERsupport: ${HAVE_JASPER} (GeoJP2=${HAVE_JASPER_UUID})"29471 29472 else 29473 29474 echo " J ASPERsupport: ${HAVE_JASPER}"29470 echo " JasPer support: ${HAVE_JASPER} (GeoJP2=${HAVE_JASPER_UUID})" 29471 29472 else 29473 29474 echo " JasPer support: ${HAVE_JASPER}" 29475 29475 29476 29476 fi … … 29485 29485 29486 29486 29487 echo " CURL support (wms/wcs/...):${CURL_SETTING}"29488 29489 29490 echo " P OSTGRESQL support: ${HAVE_PG}"29487 echo " cURL support (wms/wcs/...):${CURL_SETTING}" 29488 29489 29490 echo " PostgreSQL support: ${HAVE_PG}" 29491 29491 29492 29492 … … 29494 29494 29495 29495 29496 echo " X ERCESsupport: ${HAVE_XERCES}"29496 echo " Xerces-C support: ${HAVE_XERCES}" 29497 29497 29498 29498 … … 29503 29503 29504 29504 29505 echo " PG EOsupport: ${ODBC_SETTING}"29505 echo " PGeo support: ${ODBC_SETTING}" 29506 29506 29507 29507 branches/1.5/gdal/configure.in
r13390 r13935 2087 2087 HAVE_OGPYTHON=no 2088 2088 2089 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then2089 if test "x$with_ogpython" != "xno" ; then 2090 2090 AM_PATH_PYTHON 2091 2091 AM_INIT_PYEXEC_MOD
