summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-10-29 19:20:16 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-10-29 23:20:00 +0100
commit6028226130e26addfacca04807b6fc078eba160e (patch)
tree49f6af897e360bf9cbb16f2c924b2d893a9b9e2a /configure.ac
parented4cf4722c413675e63b4ca2c15046bb80244784 (diff)
Compatibility definitions for {set,get,end}usershell()
This provides compatibility definitions for systems that don't have these functions (some Solaris flavours).
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 f9a501c..6a70fc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -346,6 +346,7 @@ AC_FUNC_FORK
AC_CHECK_FUNCS(__assert_fail)
AC_SEARCH_LIBS(clock_gettime, rt)
AC_CHECK_FUNCS([setusershell getusershell endusershell])
+AC_CHECK_DECLS([setusershell, getusershell, endusershell])
# checks for types
AC_TYPE_MODE_T