configure
changeset 2524 cdb5c36290f4
parent 2509 45a4393fa357
child 2525 00054087dab2
     1.1 --- a/configure	Wed Jun 08 19:32:20 2011 +0200
     1.2 +++ b/configure	Sun Jul 03 12:00:37 2011 +0200
     1.3 @@ -233,8 +233,8 @@
     1.4      local var ver err kconfig
     1.5  
     1.6      if ! check_for "$@"; then
     1.7 -        printf " * A mandatory dependency is missing, or version mis-match\n"
     1.8 -        printf " * ${err:-${prog}${inc}${lib}: none found}\n"
     1.9 +        printf " * A mandatory dependency is missing, or version mis-match:\n"
    1.10 +        printf " * - ${err:-${prog}${inc}${lib}: none found}\n"
    1.11          if [ -n "${var}" ]; then
    1.12              printf " * --> You can give the path to this tool using: --with-${var}=PATH\n"
    1.13          fi
    1.14 @@ -260,8 +260,8 @@
    1.15      local var ver err kconfig
    1.16  
    1.17      if ! check_for "$@"; then
    1.18 -        printf " * An optional dependency is missing, some features will be disabled\n"
    1.19 -        printf "${err:+ * ${err}\n}"
    1.20 +        printf " * An optional dependency is missing, some features will be disabled"
    1.21 +        printf "${err:+:\n * - ${err}}\n"
    1.22          if [ -n "${var}" ]; then
    1.23              printf " * --> You can give the path to this tool using: --with-${var}=PATH\n"
    1.24          fi