File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3660,8 +3660,8 @@ printf "%s\n" "$as_me: Install failure: compilation and/or linkage problems." >&
36603660 as_fn_error $? " cannot link projection code" " $LINENO " 5
36613661fi
36623662
3663- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking GDAL: checking whether PROJ is available fur running:" >&5
3664- printf %s " checking GDAL: checking whether PROJ is available fur running:... " >&6 ; }
3663+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking GDAL: checking whether PROJ is available for running:" >&5
3664+ printf %s " checking GDAL: checking whether PROJ is available for running:... " >&6 ; }
36653665./gdal_proj
36663666if test ` echo $? ` -ne 0 ; then
36673667gdal_has_proj=no
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ if test "${gdal_has_proj}" = no; then
288288 AC_MSG_ERROR ( [ cannot link projection code] )
289289fi
290290
291- AC_MSG_CHECKING ( GDAL: checking whether PROJ is available fur running: )
291+ AC_MSG_CHECKING ( GDAL: checking whether PROJ is available for running: )
292292./gdal_proj
293293if test `echo $?` -ne 0 ; then
294294gdal_has_proj=no
You can’t perform that action at this time.
0 commit comments