summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-03 16:22:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-03 16:22:35 +0100
commitd659b79d409b64da11b8a89a2995c97543cc42d6 (patch)
tree3bd0cc5874a9b7ca04653b69817487bb92dfc082 /configure.ac
parentbb90e3c28389ec411f6bcd94add4770990bf2f14 (diff)
Improve wording
("No ... not specified" rather looked like an accidental double negation to me) Change-Id: I8f1488b7e1561f8b2167a27120b60614b72a55fd
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 842e38b5b097..5e566913189c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6501,8 +6501,8 @@ if test $_os = "WINNT"; then
cd -
else
UCRT_REDISTDIR=""
- AC_MSG_WARN([No --with-ucrt-dir not specified or dlls not found - installer will have runtime dependency])
- add_warning "No --with-ucrt-dir not specified or dlls not found - installer will have runtime dependency"
+ AC_MSG_WARN([--without-ucrt-dir not specified or dlls not found - installer will have runtime dependency])
+ add_warning "--without-ucrt-dir not specified or dlls not found - installer will have runtime dependency"
fi
fi
fi