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 8791b0faac58bda686ac0e'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/final.scm
AgeCommit message (Expand)Author
2019-04-28installer: Tell the user where the config file is....Ludovic Courtès
2019-04-26installer: Actually reboot when the user presses "Reboot."...Ludovic Courtès
2019-04-25installer: Ask for user password and initialize /etc/shadow....Ludovic Courtès
2019-04-23installer: Run 'guix system init' with the right locale....Ludovic Courtès
2019-01-17installer: Adjust messages on the final page....Ludovic Courtès
2019-01-17installer: Turn "Cancel" buttons into "Exit" buttons....Mathieu Othacehe
2019-01-17installer: Add configuration formatter....Mathieu Othacehe