summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-02-27 10:13:25 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-02-27 10:13:25 +0200
commit190ff38183b8d763234d32ae712a2298021a1a73 (patch)
tree94e48785e02464b859cb70c6348d7d1ff18c9fe0 /configure.in
parentFix shell / test OR operator confusion (diff)
downloadcore-190ff38183b8d763234d32ae712a2298021a1a73.tar.gz
core-190ff38183b8d763234d32ae712a2298021a1a73.zip
Just call it "Windows" here, too
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 5cbd236713c9..a7da32bb3f5a 100644
--- a/configure.in
+++ b/configure.in
@@ -6366,7 +6366,7 @@ if test "x$enable_postgresql_sdbc" != "xno"; then
;;
WINNT)
if test "$with_krb5" = "yes" -o "$with_gssapi" = "yes"; then
- AC_MSG_ERROR([Refusing to enable MIT Kerberos 5 or GSSAPI on Microsoft Windows.])
+ AC_MSG_ERROR([Refusing to enable MIT Kerberos 5 or GSSAPI on Windows.])
fi
;;
Linux|GNU|*BSD|DragonFly)