Changeset 610

Show
Ignore:
Timestamp:
07/28/06 12:03:20
Author:
pvanhoof
Message:

with_html_component fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.ac

    r598 r610  
    5454build_gnome=true 
    5555build_mozembed=true 
    56 with_html_component=mozembed 
    5756build_gtkhtml=false 
    5857PLATFORMDIR=libtinymail-gnome-desktop 
     
    107106  ;; 
    108107  none) 
     108        with_html_component=none 
    109109        build_mozembed=false  
    110110        build_gtkhtml=false 
     
    279279  AC_MSG_RESULT($PYGTK_DEFSDIR) 
    280280 
    281   PKG_CHECK_MODULES(TINYMAIL_PYTHON, pygobject-2.0 pygtk-2.0 gnome-vfs-2.0
     281  PKG_CHECK_MODULES(TINYMAIL_PYTHON, pygobject-2.0 pygtk-2.0
    282282  TINYMAIL_PYTHON_CFLAGS="$TINYMAIL_PYTHON_CFLAGS $PYTHON_CFLAGS" 
    283283  TINYMAIL_PYTHON_LIBS="$TINYMAIL_PYTHON_LIBS $PYTHON_LIBS"