diff options
| author | Manolis Ragkousis <manolis837@gmail.com> | 2016-06-17 22:44:37 +0300 |
|---|---|---|
| committer | Manolis Ragkousis <manolis837@gmail.com> | 2016-06-23 17:25:37 +0300 |
| commit | 875715cabfeb7816cea16269cfbdbad08442a73e (patch) | |
| tree | 6cb213243e70062b4215006fb2e17663fae178b0 /m4 | |
| parent | a12f6f498a7d1087fdf901e9e9604baf702c6c1e (diff) | |
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.
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/guix.m4 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 2d3dfd282ec..654789e1d9b 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 | |||
| @@ -280,19 +280,6 @@ AC_DEFUN([GUIX_ASSERT_CXX11], [ | |||
| 280 | fi | 280 | fi |
| 281 | ]) | 281 | ]) |
| 282 | 282 | ||
| 283 | dnl GUIX_CHECK_LIBC_MOUNT | ||
| 284 | dnl | ||
| 285 | dnl Check whether libc provides 'mount'. On GNU/Hurd it doesn't (yet). | ||
| 286 | AC_DEFUN([GUIX_CHECK_LIBC_MOUNT], [ | ||
| 287 | AC_CACHE_CHECK([whether libc provides 'mount'], [guix_cv_libc_has_mount], | ||
| 288 | [GUILE_CHECK([retval], [(dynamic-func \"mount\" (dynamic-link))]) | ||
| 289 | if test "$retval" = 0; then | ||
| 290 | guix_cv_libc_has_mount="yes" | ||
| 291 | else | ||
| 292 | guix_cv_libc_has_mount="no" | ||
| 293 | fi]) | ||
| 294 | ]) | ||
| 295 | |||
| 296 | dnl GUIX_LIBGCRYPT_LIBDIR VAR | 283 | dnl GUIX_LIBGCRYPT_LIBDIR VAR |
| 297 | dnl | 284 | dnl |
| 298 | dnl Attempt to determine libgcrypt's LIBDIR; store the result in VAR. | 285 | dnl Attempt to determine libgcrypt's LIBDIR; store the result in VAR. |
