]> git.pld-linux.org Git - packages/opendap-ugrid_functions.git/blob - opendap-ugrid_functions-sh.patch
- new
[packages/opendap-ugrid_functions.git] / opendap-ugrid_functions-sh.patch
1 --- ugrid_functions-1.0.1/configure.ac.orig     2014-04-24 00:13:23.000000000 +0200
2 +++ ugrid_functions-1.0.1/configure.ac  2014-05-17 20:28:56.995109518 +0200
3 @@ -100,7 +100,7 @@
4      version_libgf=`gridfields-config --version | sed 's@gridfields \(.*\)@\1@'`
5      AX_COMPARE_VERSION([$version_libgf], [ge], [$libgf_needed], [libgf_ok='yes'], [libgf_ok='no'])
6  
7 -    if test "$libgf_ok"="no"
8 +    if test "$libgf_ok" = "no"
9      then
10          AC_MSG_ERROR([must have libgf $libgf_needed or greater, found $version_libgf])
11      fi
This page took 0.35814 seconds and 3 git commands to generate.