X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=bootstrap.sh;h=71675319fd21d4acb80c13264aff0c183f6be5a9;hb=270ea0a81dacf6a2073019d232b6f106e33eeb14;hp=ecc8f7c6787db44bab11389a36b9f4004323ee78;hpb=c52e4dc323f39d9a9ee59062d95d769882497f1b;p=catta diff --git a/bootstrap.sh b/bootstrap.sh index ecc8f7c..7167531 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -44,7 +44,7 @@ case `uname -s` in export CFLAGS="-I/usr/pkg/include" export LDFLAGS="-L/usr/pkg/lib" export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" - FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --disable-xmltoman --prefix=/opt --with-distro=none --disable-python --disable-dbus --disable-glib --disable-gtk --disable-manpages --disable-dbus" + FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --disable-xmltoman --prefix=/opt --with-distro=none --disable-python --disable-glib --disable-gtk --disable-manpages" ;; Linux) ;;