On Wed, Jan 09, 2008 at 05:57:57PM +0100, Michael Banck wrote: > On Wed, Jan 09, 2008 at 06:39:04PM +0200, Riku Voipio wrote: > > Currently in gamin's configure: > > > > if test x$target_os = xlinux-gnu; then > > AC_DEFINE([HAVE_LINUX],[],[Whether we are using linux or not]) > > fi > > > > and > > > > if test x$os = xlinux-gnu; then > > AC_ARG_ENABLE(inotify, > > ... > > > > As the result, armel build will lack inotify and dnotify backend[1]. > > This is against the "check features, not systems" spirit of autconf. > > Agreed, but what is $os/$target_os on armel, or what else is the > problem, out of curiosity?
$target_os = linux-gnueabi. $os is set to $target_os earlier. -- "rm -rf" only sounds scary if you don't have backups -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

