diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-07-22 15:37:42 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-07-24 12:57:15 +0300 |
commit | 0280870788ad64460edfc0553245272cf8764f7a (patch) | |
tree | 72499f98176f35af9be86fbc4035ff4ed5b0c9f7 /configure.ac | |
parent | 46ce440cf8ee10d57a28e861e981f3c820a8c8ed (diff) |
Clarify a warning
Change-Id: I485efe5fae00c8ddfb250f5f794d789f91816d6b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 81b2bd497fe7..db7ca14c043a 100644 --- a/configure.ac +++ b/configure.ac @@ -9896,8 +9896,8 @@ else DISABLE_OPENSSL=TRUE # warn that although OpenSSL is disabled, system libraries may depend on it - AC_MSG_WARN([OpenSSL has been disabled. No code compiled by LibO will make use of it but system libraries may create indirect dependencies]) - add_warning "OpenSSL has been disabled. No code compiled by LibO will make use of it but system libraries may create indirect dependencies" + AC_MSG_WARN([OpenSSL has been disabled. No code compiled here will make use of it but system libraries may create indirect dependencies]) + add_warning "OpenSSL has been disabled. No code compiled here will make use of it but system libraries may create indirect dependencies" fi AC_SUBST([DISABLE_OPENSSL]) |