bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

reiserfs question...


From: Yury Umanets
Subject: reiserfs question...
Date: Mon, 19 Apr 2004 13:39:56 +0300

Hello all,

Is it okay, that configure.in has the following stuff related to
reiserfs:

REISER_LIBS=""
if test "$enable_dynamic_loading" = no -a "$enable_discover_only" = no;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 then
        OLD_LIBS="$LIBS"
        AC_CHECK_LIB(dal, dal_equals,
                LIBS="-ldal"
                AC_CHECK_LIB(reiserfs, reiserfs_fs_probe,
                        REISER_LIBS="-ldal -lreiserfs"
                        AC_DEFINE(HAVE_LIBREISERFS, 1, [Have
libreiserfs])
                )
        )
        LIBS="$OLD_LIBS"
fi
AC_SUBST(REISER_LIBS)

That is reiserfs support will be turned on only if
enable_dynamic_loading is false, that is no valid dlopen is checked,
etc.

Thanks.

-- 
umka





reply via email to

[Prev in Thread] Current Thread [Next in Thread]