summaryrefslogtreecommitdiff
path: root/src/xkbmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xkbmisc.c')
-rw-r--r--src/xkbmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkbmisc.c b/src/xkbmisc.c
index 2f9b532..b025048 100644
--- a/src/xkbmisc.c
+++ b/src/xkbmisc.c
@@ -684,7 +684,7 @@ XkbNameMatchesPattern(char *name, char *ptrn)
return (name[0] == '\0');
}
-#ifdef NEED_STRCASECMP
+#ifndef HAVE_STRCASECMP
_X_HIDDEN int
_XkbStrCaseCmp(char *str1, char *str2)
{