Changeset 2051

Show
Ignore:
Timestamp:
05/27/07 19:12:50
Author:
pvanhoof
Message:

Making it work on old 770 rootstraps too

Files:

Legend:

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

    r2029 r2051  
    392392dnl ### libtinymail-maemo, a platform library implementation for the maemo platform ## 
    393393if test x$PLATFORMDIR = xlibtinymail-maemo; then 
    394         PKG_CHECK_MODULES(LIBTINYMAIL_MAEMO, glib-2.0 >= 2.8 gobject-2.0 gconf-2.0 gtk+-2.0 libosso)  
    395         PKG_CHECK_MODULES(LIBTINYMAIL_MAEMO_CONIC,conic,HAVE_CONIC=yes,HAVE_CONIC=no) 
    396         if test "x$HAVE_CONIC"="xyes"; then 
     394        PKG_CHECK_MODULES(LIBTINYMAIL_MAEMO, glib-2.0 >= 2.8 gobject-2.0 gconf-2.0 gtk+-2.0 libosso) 
     395        if $PKG_CONFIG --exists conic; then 
     396                PKG_CHECK_MODULES(LIBTINYMAIL_MAEMO_CONIC,conic,HAVE_CONIC=yes,HAVE_CONIC=no) 
     397                AC_MSG_RESULT(conic) 
    397398                MAEMO_DEVICE='tny-maemo-conic-device.$(OBJEXT)' 
    398399                AC_SUBST(LIBYINYMAIL_MAEMO_CONIC_CFLAGS) 
    399400                AC_SUBST(LIBTINYMAIL_MAEMO_CONIC_LIBS) 
    400  dnl HACK: unless we are building for arm, make the device a 'dummy' assuming it is always online 
    401  dnl this is because scratcbhox-Conic does not support ethernet, and will therefore never consider 
    402  dnl itself 'online'     
     401dnl HACK: unless we are building for arm, make the device a 'dummy' assuming it is always online 
     402dnl this is because scratcbhox-Conic does not support ethernet, and will therefore never consider 
     403dnl itself 'online' 
    403404                if test -z "`sb-conf show -c | grep arm`"; then 
    404405                        AC_DEFINE_UNQUOTED(MAEMO_CONIC_DUMMY,1,["Whether to hack the TnyMaemoConicDevice to somewhat work in sbox"]) 
    405406                fi 
    406         fi      
     407        fi 
    407408        AC_SUBST([MAEMO_DEVICE]) 
    408409        AC_SUBST(LIBTINYMAIL_MAEMO_CFLAGS) 
     
    461462libtinymail.spec 
    462463Makefile 
    463 docs/Makefile 
    464 docs/devel/Makefile 
    465 docs/devel/reference/Makefile 
    466 docs/devel/doxygen/Makefile 
    467 docs/devel/doxygen/libtinymail 
    468 docs/devel/doxygen/libtinymail-camel 
    469 docs/devel/doxygen/libtinymailui 
    470 docs/devel/doxygen/libtinymailui-gtk 
    471464bindings/Makefile 
    472465bindings/python/Makefile