summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-10-05 18:16:09 +0200
committerRay Strode <rstrode@redhat.com>2016-10-05 14:32:26 -0400
commita30950ea8c999637c073613e741beb8d6c5dc8d3 (patch)
treec0e5282e929ffccf3594d8d7bf018582785aeb95 /configure.ac
parentdac425433270c6dc38feba4d2513e4da7bd265fd (diff)
configure.ac: fix typo
https://bugs.freedesktop.org/show_bug.cgi?id=98096
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2bd1dc1..8670026 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,7 +215,7 @@ AC_DEFINE_UNQUOTED([PATH_WTMP], [$wtmpx_found], [Path to wtmpx file])
AC_CHECK_LIB(c, getusershell, have_getusershell=yes, have_getusershell=no)
if test x$have_getusershell = xyes; then
- AC_DEFINE(HAVE_GETUSERSHELL, 1, [Define i getusershell() is available])
+ AC_DEFINE(HAVE_GETUSERSHELL, 1, [Define if getusershell() is available])
fi
dnl ---------------------------------------------------------------------------