Enable python support

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5883 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2006-09-29 13:35:11 +00:00
parent 7dcf723faf
commit 53a33dee3d

View File

@ -50,6 +50,7 @@ then
./autogen.sh $AUTOGEN_FLAGS --prefix=${1} \
--enable-static=no \
--enable-unittests \
--with-python \
--with-qtdir=$QTDIR \
--with-grass=/usr/lib/grass && make && make install