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"