diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 56346f0..a76bf31 100644 --- a/configure.in +++ b/configure.in @@ -150,7 +150,7 @@ AC_DECL_SYS_SIGLIST # The presence of the following is not meant to imply # that make necessarily works on those systems. -AC_CHECK_LIB(sun, getpwnam) +AC_SEARCH_LIBS(getpwnam, sun) AC_SUBST(REMOTE) REMOTE=stub make_try_customs=no |