aboutsummaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-10-27 22:15:21 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-10-27 22:15:21 +0000
commit70b8294d37b34da886cf69fb9649ac77cbdef8e2 (patch)
tree776056265afaf4df8a07426e019b8353cb24e37a /Templates
parent9f96a60a084d366460c41b2d2dd1d5ac9f519ca4 (diff)
downloadports-70b8294d37b34da886cf69fb9649ac77cbdef8e2.tar.gz
ports-70b8294d37b34da886cf69fb9649ac77cbdef8e2.zip
Indent and remove more libutil functions.
Notes
Notes: svn path=/head/; revision=400358
Diffstat (limited to 'Templates')
-rw-r--r--Templates/config.site15
1 files changed, 6 insertions, 9 deletions
diff --git a/Templates/config.site b/Templates/config.site
index 908451563577..0f31194f9e1a 100644
--- a/Templates/config.site
+++ b/Templates/config.site
@@ -308,13 +308,13 @@ fi
: ${ac_cv_search_inet_ntop='none required'}
: ${ac_cv_search_jail_getid=-ljail}
if [ "${have_utmp}" = "no" ]; then
-: ${ac_cv_search_login=no}
-: ${ac_cv_search_logout=no}
-: ${ac_cv_search_logwtmp=no}
+ : ${ac_cv_search_login=no}
+ : ${ac_cv_search_logout=no}
+ : ${ac_cv_search_logwtmp=no}
else
-: ${ac_cv_search_login=-lutil}
-: ${ac_cv_search_logout=-lutil}
-: ${ac_cv_search_logwtmp=-lutil}
+ : ${ac_cv_search_login=-lutil}
+ : ${ac_cv_search_logout=-lutil}
+ : ${ac_cv_search_logwtmp=-lutil}
fi
: ${ac_cv_search_nanosleep='none required'}
: ${ac_cv_search_res_query='none required'}
@@ -485,9 +485,6 @@ fi
: ${ac_cv_func_link=yes}
: ${ac_cv_func_localtime=yes}
: ${ac_cv_func_localtime_r=yes}
-: ${ac_cv_func_login=${have_utmp}}
-: ${ac_cv_func_logout=${have_utmp}}
-: ${ac_cv_func_logwtmp=${have_utmp}}
: ${ac_cv_func_lstat=yes}
: ${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
: ${ac_cv_func_malloc_0_nonnull=yes}