Remove left behind configuration summary lines (!22)
These lines in the final configuration report from ./configure were left
behind [1] when determination of the underlying definitions were remove.
So they no longer report 'yes' or 'no' like the other lines in the file
configuration report.
Need partition table re-read workaround? :
Supports large sector sizes (> 512 bytes)? :
Remove them now.
[1] 8df975c7d1
Increase minimum required libparted to 2.2 (!22)
Closes !22 - Increase minimums to libparted 2.2 and glibmm 2.32
This commit is contained in:
parent
d0281a3264
commit
4fcd182992
|
@ -401,8 +401,6 @@ echo ""
|
|||
echo " --- Features Based On Libparted Version ---"
|
||||
echo " Need delete old partitions before"
|
||||
echo " creating a loop table workaround? : $need_loop_delete_old_ptns_workaround"
|
||||
echo " Need partition table re-read workaround? : $need_pt_reread_workaround"
|
||||
echo " Supports large sector sizes (> 512 bytes)? : $support_large_sector_sizes"
|
||||
echo " Have old libparted file system resizing API? : $have_old_lp_fs_resize_api"
|
||||
echo " Have new libparted file system resizing LIB? : $have_new_lp_fs_resize_lib"
|
||||
echo " Enable online resize support? : $enable_online_resize"
|
||||
|
|
Loading…
Reference in New Issue