X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=configure.in;h=6cf0b35234c10a5aede24808c6228f028b727e8c;hp=fbc45e4eefe1e79b09c19f4f3113256d24493a9e;hb=d339304329df2d458e54c02eac10a27cb31d9cb1;hpb=688653ea7629ee624cd894bfd464233d11399e74 diff --git a/configure.in b/configure.in index fbc45e4..6cf0b35 100644 --- a/configure.in +++ b/configure.in @@ -226,7 +226,7 @@ dnl AC_CHECK_HEADER(ext2fs/ext2fs.h, [ext2fs_h=yes], [ext2fs_h=no]) AC_CHECK_LIB(ext2fs, ext2fs_open, [ext2fs_lib=yes], [ext2fs_lib=no], [-lcom_err]) if test "$ext2fs_h" = no -o "$ext2fs_lib" = no; then - AC_MSG_ERROR(You need to install the Ext2fs libraries from the E2fsprogs distribution first) + AC_MSG_ERROR(You need to install the Ext2fs libraries from the E2fsprogs distribution first - hint: make install-libs) fi dnl