Package: gamin
Version: 0.1.9-2
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: eabi

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.
There is no need to wrap inotify/dnotify header checks inside

        if test x$os = xlinux-gnu; then

checks, the header check will anyway fail if inotify isn't available.
This would also affect mips n32 and mips64 ports.

[1] 
http://buildd.debian-ports.org/fetch.php?&pkg=gamin&ver=0.1.9-1&arch=armel&stamp=1191601688&file=log&as=raw



-- 
"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]

Reply via email to