| diff -ru util-linux-2.37.2.orig/configure util-linux-2.37.2/configure |
| |
| |
| @@ -35807,25 +35807,6 @@ |
| fi |
| |
| |
| - |
| - if test "x$build_more" != xno; then |
| - |
| - case $enable_more:$linux_os in #( |
| - no:*) |
| - build_more=no ;; |
| - yes:yes) |
| - build_more=yes ;; |
| - yes:*) |
| - as_fn_error $? "more selected for non-linux system" "$LINENO" 5;; |
| - check:yes) |
| - build_more=yes ;; |
| - check:*) |
| - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: non-linux system; not building more" >&5 |
| -$as_echo "$as_me: WARNING: non-linux system; not building more" >&2;} |
| - build_more=no ;; |
| - esac |
| - fi |
| - |
| if test "x$build_more" = xyes; then |
| BUILD_MORE_TRUE= |
| BUILD_MORE_FALSE='#' |