mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
build: Remove unneeded conditionals for (guix build syscalls).
* m4/guix.m4: Remove 'GUIX_CHECK_LIBC_MOUNT'. * configure.ac: Remove 'BUILD_SYSCALLS_MODULE'. * Makefile.am (MODULES): Add 'guix/build/syscalls.scm'. (EXTRA_DIST): Remove conditional on BUILD_SYSCALLS_MODULE.
This commit is contained in:
13
m4/guix.m4
13
m4/guix.m4
@@ -280,19 +280,6 @@ AC_DEFUN([GUIX_ASSERT_CXX11], [
|
||||
fi
|
||||
])
|
||||
|
||||
dnl GUIX_CHECK_LIBC_MOUNT
|
||||
dnl
|
||||
dnl Check whether libc provides 'mount'. On GNU/Hurd it doesn't (yet).
|
||||
AC_DEFUN([GUIX_CHECK_LIBC_MOUNT], [
|
||||
AC_CACHE_CHECK([whether libc provides 'mount'], [guix_cv_libc_has_mount],
|
||||
[GUILE_CHECK([retval], [(dynamic-func \"mount\" (dynamic-link))])
|
||||
if test "$retval" = 0; then
|
||||
guix_cv_libc_has_mount="yes"
|
||||
else
|
||||
guix_cv_libc_has_mount="no"
|
||||
fi])
|
||||
])
|
||||
|
||||
dnl GUIX_LIBGCRYPT_LIBDIR VAR
|
||||
dnl
|
||||
dnl Attempt to determine libgcrypt's LIBDIR; store the result in VAR.
|
||||
|
||||
Reference in New Issue
Block a user