From e3bd111b87a831502d3a3f07ae154cb81570b920 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 21 Sep 2006 11:14:38 +0200 Subject: [PATCH] configure: Don't display any messages when started from the makefile to rebuild config.status. --- configure | 5 +++++ configure.ac | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/configure b/configure index 3838f928726..e684b93c40e 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.ac b/configure.ac index 1acebdf43c7..d8cb6f2fb44 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ***