summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-12-02 15:22:21 +0100
committerThomas Haller <thaller@redhat.com>2019-12-02 15:24:17 +0100
commit7302be3b328fd04a98191c8d27b4ac10b6082e1a (patch)
treea21c86126f2f7412ba7211fff980b0b138ca6798 /configure.ac
parent7ff866e679fc55bd77bfda3271ea566a8f5d9812 (diff)
cloud-setup: add comment that the tool is still experimental
(cherry picked from commit 16223cff9172e8b1ea7974af4d613406b0f56607)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 82f64b729a..3fbcd86512 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1015,7 +1015,7 @@ fi
AM_CONDITIONAL(BUILD_NMCLI, test "$build_nmcli" = yes)
AC_ARG_WITH(nm-cloud-setup,
- AS_HELP_STRING([--with-nm-cloud-setup=yes|no], [Build nm-cloud-setup]))
+ AS_HELP_STRING([--with-nm-cloud-setup=yes|no], [Build nm-cloud-setup, a tool for automatically configure networking in cloud (EXPERIMENTAL!)]))
if test "$with_nm_cloud_setup" != no; then
PKG_CHECK_MODULES(LIBCURL, [libcurl >= 7.24.0], [have_libcurl=yes], [have_libcurl=no])
if test "$have_libcurl" != "yes"; then