summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-14 23:28:22 -0800
committerSung-Jin Park <sj76.park@samsung.com>2013-09-02 23:32:31 -0400
commit1b124856fcaded1fdf960f3de4452dbf1c5cfa1c (patch)
treed9432ed8db867361187c36f6af8d8ee5ec15a784 /configure.ac
parentb5d4fbbbec372bd3aa43afa405421a21146e7a53 (diff)
downloadxev-1b124856fcaded1fdf960f3de4452dbf1c5cfa1c.tar.gz
xev-1b124856fcaded1fdf960f3de4452dbf1c5cfa1c.tar.bz2
xev-1b124856fcaded1fdf960f3de4452dbf1c5cfa1c.zip
Use strncasecmp instead of a tolower loop & strncmp
v2: Since strncasecmp is in Unix98, assume it is always available, and drop fallback code for systems without it. Change-Id: I75ea1ac5eb90259af8faf505b75f98cadf15a1d2 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0af7b2d..c65d82a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ AC_INIT([xev], [1.2.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xev])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
+AC_USE_SYSTEM_EXTENSIONS
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])