]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-build.patch
- no more separated libtinfo(w)
[packages/util-linux.git] / util-linux-build.patch
1 --- util-linux-2.20.1/configure.ac~     2011-11-27 21:36:59.000000000 +0100
2 +++ util-linux-2.20.1/configure.ac      2011-11-27 21:44:54.089830949 +0100
3 @@ -491,7 +491,7 @@
4    AC_DEFINE([HAVE_SCANF_AS_MODIFIER], [1], [scanf %as modifier]) ;;
5  *)
6    AC_MSG_RESULT([no])
7 -  if "x$build_libmount" = xyes; then
8 +  if test "x$build_libmount" = xyes; then
9      AC_MSG_WARN([%as or %ms for sscanf() not found; do not build libmount])
10      build_libmount=no
11    fi
This page took 0.066812 seconds and 3 git commands to generate.