added USE_LEAK_DETECTIVE option

This commit is contained in:
Andreas Steffen
2006-07-03 08:36:47 +00:00
parent 427088f004
commit 6981aca04f
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -126,6 +126,11 @@ if [ "$USE_LDAP" = "yes" ]
then
echo -n " --enable-ldap=3" >> $INSTALLSHELL
fi
if [ "$USE_LEAK_DETECTIVE" = "yes" ]
then
echo -n " --enable-leak-detective" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL