Changeset 2934

Show
Ignore:
Timestamp:
11/09/07 12:48:09
Author:
svillar
Message:
  • Commited a missing file
Files:

Legend:

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

    r2837 r2934  
    6868build_unittests=false 
    6969build_tp=false 
     70have_conic=false 
    7071PLATFORMDIR=libtinymail-gnome-desktop 
    7172PLATFORM=1 
     
    429430                PKG_CHECK_MODULES(LIBTINYMAIL_MAEMO_CONIC,conic,HAVE_CONIC=yes,HAVE_CONIC=no) 
    430431                AC_MSG_RESULT(conic) 
    431                 MAEMO_DEVICE='tny-maemo-conic-device.$(OBJEXT)' 
    432432                AC_SUBST(LIBYINYMAIL_MAEMO_CONIC_CFLAGS) 
    433433                AC_SUBST(LIBTINYMAIL_MAEMO_CONIC_LIBS) 
    434 dnl HACK: unless we are building for arm, make the device a 'dummy' assuming it is always online 
    435 dnl this is because scratcbhox-Conic does not support ethernet, and will therefore never consider 
    436 dnl itself 'online' 
     434               dnl HACK: unless we are building for arm, make the device a 'dummy' assuming it is always online 
     435               dnl this is because scratcbhox-Conic does not support ethernet, and will therefore never consider 
     436               dnl itself 'online' 
    437437                if test -z "`sb-conf show -c | grep arm`"; then 
     438                        use_conic_device_dummy=1 
    438439                        AC_DEFINE_UNQUOTED(MAEMO_CONIC_DUMMY,1,["Whether to hack the TnyMaemoConicDevice to somewhat work in sbox"]) 
    439440                fi 
     441                AM_CONDITIONAL(MAEMO_CONIC_DEVICE_DUMMY, test -n "$use_conic_device_dummy") 
    440442        fi 
    441         AC_SUBST([MAEMO_DEVICE]) 
    442443        AC_SUBST(LIBTINYMAIL_MAEMO_CFLAGS) 
    443444        AC_SUBST(LIBTINYMAIL_MAEMO_LIBS) 
    444445fi 
    445446 
    446  
    447447AM_CONDITIONAL(BUILD_MAEMO, test x$build_maemo = xtrue) 
    448  
    449  
    450448 
    451449dnl ### libtinymail-gpe, a platform library implementation for the GPE platform ##