search for grass/gis.h

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4839 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
rblazek 2006-02-14 10:42:47 +00:00
parent c2cb2be78e
commit 056ca93eb7

View File

@ -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