From f940969fdcba31792f1eb5dfadb799d1fe3302b6 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Wed, 27 Feb 2019 14:14:53 -0700 Subject: [PATCH] Fix typo, exploring solution to https://github.com/Unidata/netcdf-c/issues/1324 --- nc-config.in | 2 +- netcdf.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nc-config.in b/nc-config.in index 41887de6f2..5138462257 100644 --- a/nc-config.in +++ b/nc-config.in @@ -90,7 +90,7 @@ Available values for OPTION include: --has-parallel4 whether has parallel IO support via HDF5 --has-parallel whether has parallel IO support via HDF5 or PnetCDF --libs library linking information for netcdf - --prefix Install prefixx + --prefix Install prefix --includedir Include directory --libdir Library directory --version Library version diff --git a/netcdf.pc.in b/netcdf.pc.in index 089ceec9ed..22b5594b2b 100644 --- a/netcdf.pc.in +++ b/netcdf.pc.in @@ -9,5 +9,5 @@ Description: NetCDF Client Library for C URL: http://www.unidata.ucar.edu/netcdf Version: @PACKAGE_VERSION@ Libs: -L${libdir} @NC_LIBS@ +Libs.private: @LIBS@ Cflags: -I${includedir} -