Changeset 2051
- Timestamp:
- 05/27/07 19:12:50
- Files:
-
- trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r2029 r2051 392 392 dnl ### libtinymail-maemo, a platform library implementation for the maemo platform ## 393 393 if 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) 397 398 MAEMO_DEVICE='tny-maemo-conic-device.$(OBJEXT)' 398 399 AC_SUBST(LIBYINYMAIL_MAEMO_CONIC_CFLAGS) 399 400 AC_SUBST(LIBTINYMAIL_MAEMO_CONIC_LIBS) 400 dnl HACK: unless we are building for arm, make the device a 'dummy' assuming it is always online401 dnl this is because scratcbhox-Conic does not support ethernet, and will therefore never consider402 dnl itself 'online' 401 dnl HACK: unless we are building for arm, make the device a 'dummy' assuming it is always online 402 dnl this is because scratcbhox-Conic does not support ethernet, and will therefore never consider 403 dnl itself 'online' 403 404 if test -z "`sb-conf show -c | grep arm`"; then 404 405 AC_DEFINE_UNQUOTED(MAEMO_CONIC_DUMMY,1,["Whether to hack the TnyMaemoConicDevice to somewhat work in sbox"]) 405 406 fi 406 fi 407 fi 407 408 AC_SUBST([MAEMO_DEVICE]) 408 409 AC_SUBST(LIBTINYMAIL_MAEMO_CFLAGS) … … 461 462 libtinymail.spec 462 463 Makefile 463 docs/Makefile464 docs/devel/Makefile465 docs/devel/reference/Makefile466 docs/devel/doxygen/Makefile467 docs/devel/doxygen/libtinymail468 docs/devel/doxygen/libtinymail-camel469 docs/devel/doxygen/libtinymailui470 docs/devel/doxygen/libtinymailui-gtk471 464 bindings/Makefile 472 465 bindings/python/Makefile
