summaryrefslogtreecommitdiff
path: root/src/xkbmisc.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-29 19:07:43 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-29 19:07:43 -0700
commit6c4de3386ee102040fc567708958a60a9d254b02 (patch)
tree9f16773028ea13178d48e4e86d01a00fd366aa05 /src/xkbmisc.c
parent2d017a68e12acf2463edc9cfbdae0aea3ce477b1 (diff)
downloadxorg-lib-libxkbfile-6c4de3386ee102040fc567708958a60a9d254b02.tar.gz
Convert check for strcasecmp to normal autoconf style
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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)
{