diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-28 11:12:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-28 11:12:11 -0700 |
commit | f587c01ee30c2814d199d3782b53834161cfa2b7 (patch) | |
tree | 7384404c14cf5b63896dd161c710764b3570bddb | |
parent | 62c3534debc688a39ccf34e60f7bf4d56fef0c11 (diff) |
Do not have to have "have have" in config.h comment if we don't have strcasecmp
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7abbecd..3fe6071 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_PROG_CC AC_PROG_LIBTOOL AC_CHECK_FUNC(strcasecmp, [], AC_DEFINE([NEED_STRCASECMP], 1, - [Do not have have `strcasecmp'.])) + [Do not have `strcasecmp'.])) # Check for dependencies PKG_CHECK_MODULES(XKBFILE, x11 kbproto) |