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.ac b/configure.ac index 1acebdf..d8cb6f2 100644 --- a/configure.ac +++ b/configure.ac
@@ -1818,6 +1818,11 @@ 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 ***