Allow building a shared library with Fortran. --- configure | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure b/configure index f37d2fa..eb9f346 100755 --- a/configure +++ b/configure @@ -6141,12 +6141,6 @@ if test "X${enable_shared}" != "Xyes"; then enable_shared="no" fi -if test "X${enable_shared}" = "Xyes"; then - if test "X${BUILD_FORTRAN}" = "Xyes"; then - as_fn_error $? "Cannot build shared fortran libraries. Please configure with --disable-fortran flag." "$LINENO" 5 - fi -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } -- 2.10.0 e707d8a5793b33'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/marionette.scm
AgeCommit message (Expand)Author
2019-05-15marionette: Add braces to the keystrokes....Ludovic Courtès
2018-08-28marionette: Add wait-for-unix-socket....Chris Marusich
2018-08-28marionette: Add support for QEMU's "quit" command....Chris Marusich
2018-06-01marionette: Add 'wait-for-tcp-port'....Ludovic Courtès
2018-02-19marionette: Use QEMU's "VM channel" mechanism....Ludovic Courtès
2017-09-08marionette: 'wait-for-file' can be passed a read procedure....Ludovic Courtès
2017-08-28marionette: Augment the set of keystrokes....Ludovic Courtès
2017-08-28marionette: Fix typing of capital letters....Ludovic Courtès
2017-08-28marionette: 'wait-for-file' really raises an error when a file is missing....Ludovic Courtès
2017-06-12marionette: Factorize 'wait-for-file'....Ludovic Courtès
2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès
2016-11-23marionette: Add 'marionette-screen-text' using OCR....Ludovic Courtès
2016-11-23marionette: Delay synchronization with the host's REPL....Ludovic Courtès
2016-11-22marionette: Avoid use of SIGALRM for timeouts....Ludovic Courtès
2016-05-04Add (gnu tests) and (gnu build marionette)....Ludovic Courtès