summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-13 10:39:21 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-13 10:39:21 +0200
commit5ba36c0e820e7ef32ea332d9be58441729f6993e (patch)
tree885f4a5fcaadee627f24fa87cf71f621958dcaaa /configure.in
parentb7980663f0866629e7c54a085f31dba3d9c26b26 (diff)
Say "MSVC build" as that is what build_os = cygwin means
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cdd09e3ef469..2dbdd4ee454e 100644
--- a/configure.in
+++ b/configure.in
@@ -10650,7 +10650,7 @@ AC_MSG_RESULT([$BUILD_NCPUS])
AC_SUBST(BUILD_NCPUS)
#
-# Set up ILIB for windows build
+# Set up ILIB for MSVC build
#
if test "$build_os" = "cygwin"; then
ILIB=".;$SRC_ROOT/solver/$INPATH/lib"