Changeset 2934
- Timestamp:
- 11/09/07 12:48:09
- Files:
-
- trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r2837 r2934 68 68 build_unittests=false 69 69 build_tp=false 70 have_conic=false 70 71 PLATFORMDIR=libtinymail-gnome-desktop 71 72 PLATFORM=1 … … 429 430 PKG_CHECK_MODULES(LIBTINYMAIL_MAEMO_CONIC,conic,HAVE_CONIC=yes,HAVE_CONIC=no) 430 431 AC_MSG_RESULT(conic) 431 MAEMO_DEVICE='tny-maemo-conic-device.$(OBJEXT)'432 432 AC_SUBST(LIBYINYMAIL_MAEMO_CONIC_CFLAGS) 433 433 AC_SUBST(LIBTINYMAIL_MAEMO_CONIC_LIBS) 434 dnl HACK: unless we are building for arm, make the device a 'dummy' assuming it is always online435 dnl this is because scratcbhox-Conic does not support ethernet, and will therefore never consider436 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' 437 437 if test -z "`sb-conf show -c | grep arm`"; then 438 use_conic_device_dummy=1 438 439 AC_DEFINE_UNQUOTED(MAEMO_CONIC_DUMMY,1,["Whether to hack the TnyMaemoConicDevice to somewhat work in sbox"]) 439 440 fi 441 AM_CONDITIONAL(MAEMO_CONIC_DEVICE_DUMMY, test -n "$use_conic_device_dummy") 440 442 fi 441 AC_SUBST([MAEMO_DEVICE])442 443 AC_SUBST(LIBTINYMAIL_MAEMO_CFLAGS) 443 444 AC_SUBST(LIBTINYMAIL_MAEMO_LIBS) 444 445 fi 445 446 446 447 447 AM_CONDITIONAL(BUILD_MAEMO, test x$build_maemo = xtrue) 448 449 450 448 451 449 dnl ### libtinymail-gpe, a platform library implementation for the GPE platform ##
