summaryrefslogtreecommitdiff
path: root/src/XKBfileInt.h
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/XKBfileInt.h
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/XKBfileInt.h')
-rw-r--r--src/XKBfileInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XKBfileInt.h b/src/XKBfileInt.h
index c5f5145..e0332cb 100644
--- a/src/XKBfileInt.h
+++ b/src/XKBfileInt.h
@@ -69,7 +69,7 @@ _XkbDupString(const char *s)
#define _XkbStrCaseEqual(s1,s2) (_XkbStrCaseCmp(s1,s2)==0)
-#ifdef NEED_STRCASECMP
+#ifndef HAVE_STRCASECMP
extern int _XkbStrCaseCmp(char *s1, char *s2);
#else
#define _XkbStrCaseCmp strcasecmp