Enable python support

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

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