summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
2 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fa82b4c09..4902fea67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,8 +118,6 @@ fi
AC_FUNC_FORK
optional_bin_progs=
-AC_CHECK_FUNCS([uname],
- gl_ADD_PROG([optional_bin_progs], [uname]))
AC_CHECK_FUNCS([chroot],
gl_ADD_PROG([optional_bin_progs], [chroot]))
AC_CHECK_FUNCS([gethostid],
diff --git a/src/Makefile.am b/src/Makefile.am
index 681c3939e..b4ff8dad6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,6 @@ build_if_possible__progs = \
stdbuf \
stty \
su \
- uname \
uptime \
users \
who
@@ -125,6 +124,7 @@ EXTRA_PROGRAMS = \
truncate \
tsort \
tty \
+ uname \
unexpand \
uniq \
unlink \