patch-configure 457 B

12345678910111213141516
  1. --- util-linux-ng-2.18.orig/configure 2010-06-30 14:53:01.000000000 +0200
  2. +++ util-linux-ng-2.18/configure 2011-02-01 16:31:25.000000000 +0100
  3. @@ -15816,13 +15816,6 @@ else
  4. fi
  5. -case "$enable_libblkid:$enable_libmount" in
  6. -no:yes)
  7. - { { $as_echo "$as_me:$LINENO: error: cannot enable libmount when libblkid is disabled" >&5
  8. -$as_echo "$as_me: error: cannot enable libmount when libblkid is disabled" >&2;}
  9. - { (exit 1); exit 1; }; } ;;
  10. -esac
  11. -