summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-05-13 10:52:30 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-05-13 10:53:21 -0400
commit47ef6b2c66048f898d22c8dddee581d3f55a48c8 (patch)
tree98a5fca0e1b6f24e96ed0ded76aa1d9b0a00c740 /configure.ac
parenta19b50448ac6f99ddbc3cfabd61c141192308257 (diff)
src/libudev/missing.h: clean up and fix build on uclibc and musl
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 61fabe8d10..1ed3aa1ea7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ AC_C_INLINE
AC_TYPE_MODE_T
AC_TYPE_PID_T
AC_CHECK_MEMBERS([struct stat.st_rdev])
-AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, accept4, mkostemp], [], [], [[#include <sys/types.h>
+AC_CHECK_DECLS([gettid, name_to_handle_at, accept4, mkostemp], [], [], [[#include <sys/types.h>
#include <unistd.h>
#include <sys/mount.h>
#include <fcntl.h>