addendum to [2278]

This commit is contained in:
fgerlits 2006-09-12 17:41:23 +00:00
parent 0f1237d24b
commit dc2fe2d5b6
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ $basedir/configure --with-hostname=localhost --with-www-docroot=$usrdir/var \
--prefix=$usrdir --with-apache-group=$apache_group \
--with-check-boost=yes --with-check-gtk=yes \
--with-check-gtkmm=yes --with-check-icu=yes \
--with-check-libxmlpp=yes > $tmpdir/configure_development_environment.log 2>&1
--with-check-libxmlpp=yes --enable-debug \
> $tmpdir/configure_development_environment.log 2>&1
echo "Configure is done, configure_development_environment.log is created";
echo "";