Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
search for grass/gis.h
git-svn-id: http://svn.osgeo.org/qgis/trunk@4839 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 14, 2006
1 parent c90bf80 commit 393a361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -344,7 +344,7 @@ if test -n "$with_grass" -a x"$with_grass" != "xno"; then
GRASS_LIB="$GRASS_LIB -lutil"
fi

GISINC=`ls $with_grass/include/gis.h`
GISINC=`ls $with_grass/include/grass/gis.h`
if test ! -f "$GISINC"; then
AC_MSG_ERROR( [GRASS headers not found] )
fi
Expand Down

0 comments on commit 393a361

Please sign in to comment.