Package: gdal
Version: 1.3.2-4
Severity: minor

Hello,

Thanks for packaging gdal.

I was playing with adding new drivers using HDF5 as a template, and I
noticed this code in configure.in:

  AC_CHECK_LIB(hdf5,H5Fopen,HDF5_LIB_NAME="-lhdf5 
",HDF5_LIB_NAME=missing,-lhdf5)

  if test "$HDF_LIB_NAME" = "missing" ; then

I suppose it should be:

  if test "$HDF5_LIB_NAME" = "missing" ; then


Ciao,

Enrico

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1enrico
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to