commit | e3bd111b87a831502d3a3f07ae154cb81570b920 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Sep 21 11:14:38 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 21 11:14:38 2006 +0200 |
tree | 07dcfed1458a878417694e9fa4f0412fbd146150 | |
parent | 1333ac8d87288062c8b46f29b5ac60948c64f4bc [diff] [blame] |
configure: Don't display any messages when started from the makefile to rebuild config.status.
diff --git a/configure b/configure index 3838f92..e684b93 100755 --- a/configure +++ b/configure
@@ -25406,6 +25406,11 @@ +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"