2007/6/26, Ngurah <[EMAIL PROTECTED]>: > Hi, > > Last night i trying to make some configure.in script on > scratchbox.Basically i need to define when to use hildon and when to only > use gtk , so in my configure.in i include this line : [snip]
Not sure what's wrong with that snippet, but I'd recommend using pkg-config to find out if the Hildon libraries are present or not: PKG_CHECK_MODULES(hildon, [hildon-libs, hildon-fm], HAVE_HILDON="yes", HAVE_HILDON="no" ) AC_SUBST(hildon_CFLAGS) AC_SUBST(hildon_LIBS) -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://syslog.movial.fi _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
