Quick Updates

svn path=/trunk/boinc/; revision=20492
This commit is contained in:
Rom Walton 2010-02-10 17:25:47 +00:00
parent ab2c878205
commit c80240d905
1 changed files with 1 additions and 5 deletions

View File

@ -680,15 +680,11 @@ fi
dnl ---------- wxWidgets --------------------------------------------------
if test "${enable_manager}" = yes ; then
BOINC_OPTIONS_WXWIDGETS([2.8.0])
if test "$enable_release_client" = yes -a "$disable_static_linkage" = no
then
BOINC_CHECK_GTK
fi
fi
dnl ---------- GTK+ 2.0 ---------------------------------------------------
if test "${enable_manager}" = yes ; then
AM_PATH_GTK_2_0([2.10.0])
AM_PATH_GTK_2_0([2.10.0], [_ac_cv_have_gtk=yes], [_ac_cv_have_gtk=no])
fi
dnl ---------- Sqlite3 ----------------------------------------------------