Really pass the hdfconfig arg to configure

This commit is contained in:
Orion Poplawski 2005-09-22 17:50:14 +00:00
parent 7c28104403
commit 2f0117f915

View File

@ -38,7 +38,7 @@ Systems Inc.
%build
%configure --disable-static \
%configure --disable-static %{hdfconfig} \
INCLUDES="-I/usr/include/netcdf-3 %{hdfinclude}" \
LIBS="-L%{_libdir}/netcdf-3 %{hdflib} -L/usr/X11R6/%{_lib}"
make %{?_smp_mflags}