]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-build.patch
- nicely stop, without error
[packages/util-linux.git] / util-linux-build.patch
CommitLineData
17cf1024
AM
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.031861 seconds and 4 git commands to generate.