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 ***