Oops, forgot to remove --disable-shared from build example

This commit is contained in:
Russ Rew 2013-05-01 21:07:22 +00:00
parent 6c28f30789
commit 5944c71c51

View File

@ -224,7 +224,7 @@ make install
cd ${NETCDF_SOURCE_DIRECTORY}
CPPFLAGS="-I${H5DIR}/include -I${H4DIR}/include" \
LDFLAGS="-L${H5DIR}/lib -L${H4DIR}/lib" \
./configure --disable-shared --enable-hdf4 --enable-hdf4-file-tests
./configure --enable-hdf4 --enable-hdf4-file-tests
make check
make install
\endverbatim