Geoffrey Lee <[EMAIL PROTECTED]> writes:

> The quotacheck need fixing to link against libcom_err.so.2 (check things
> like dump for the solution)

less ugly :) :

--- quota-tools/configure.in.chmou      Wed Aug  8 15:51:32 2001
+++ quota-tools/configure.in    Wed Jan 16 21:57:08 2002
@@ -12,7 +12,7 @@
        ,
        with_ext2direct="try")
 if test "x$with_ext2direct" != "xno"; then
-       AC_CHECK_LIB(com_err, com_err, EXT2LIBS="-lcom_err $EXT2LIBS")
+       AC_CHECK_LIB(com_err, com_err, EXT2LIBS="-L/lib -lcom_err $EXT2LIBS")
        AC_CHECK_LIB(ext2fs, ext2fs_initialize, EXT2LIBS="-lext2fs $EXT2LIBS",, 
"-lcom_err")
        if test "${ac_cv_lib_com_err_com_err}" != "yes" -o 
"${ac_cv_lib_ext2fs_ext2fs_initialize}" != "yes"; then
                if test "x$with_ext2direct" = "xyes"; then


>
>
>       -- Geoff.
>

-- 
http://www.linux-mandrake.com/en/club/

Reply via email to