enable build of socket-default plugin

This commit is contained in:
Andreas Steffen
2010-03-11 21:53:18 +01:00
parent 44f1024705
commit 0ef84e5e4d
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -221,6 +221,11 @@ then
echo -n " --enable-gcrypt" >> $INSTALLSHELL
fi
if [ "$USE_SOCKET_DEFAULT" = "yes" ]
then
echo -n " --enable-socket-default" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL