From 4598981f4422f85836b12fc866407a84754dd398 Mon Sep 17 00:00:00 2001 From: Alexander Ried Date: Wed, 5 Oct 2016 18:16:09 +0200 Subject: [PATCH] configure.ac: fix typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------------------------------------------------------------------------- -- 2.9.3