summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ---------------------------------------------------------------------------