configure: Don't display any messages when started from the makefile to rebuild config.status.

oldstable
Alexandre Julliard 2006-09-21 11:14:38 +02:00
parent 1333ac8d87
commit e3bd111b87
2 changed files with 10 additions and 0 deletions

5
configure vendored
View File

@ -25406,6 +25406,11 @@ fi
if test "$no_create" = "yes"
then
exit 0
fi
if test "$verbose" = "yes"
then
if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"

View File

@ -1818,6 +1818,11 @@ AC_OUTPUT
dnl **** Display messages about additional packages ***
if test "$no_create" = "yes"
then
exit 0
fi
if test "$verbose" = "yes"
then
dnl **** libcapi20-dev devel package ***