gnu: emacs-consult: Fix grammar.
[jackhill/guix/guix.git] / gnu / packages / patches / hdf4-shared-fortran.patch
1 Allow building a shared library with Fortran.
2 ---
3 configure | 6 ------
4 1 file changed, 6 deletions(-)
5
6 diff --git a/configure b/configure
7 index f37d2fa..eb9f346 100755
8 --- a/configure
9 +++ b/configure
10 @@ -6141,12 +6141,6 @@ if test "X${enable_shared}" != "Xyes"; then
11 enable_shared="no"
12 fi
13
14 -if test "X${enable_shared}" = "Xyes"; then
15 - if test "X${BUILD_FORTRAN}" = "Xyes"; then
16 - as_fn_error $? "Cannot build shared fortran libraries. Please configure with --disable-fortran flag." "$LINENO" 5
17 - fi
18 -fi
19 -
20
21 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
22 $as_echo_n "checking whether ln -s works... " >&6; }
23 --
24 2.10.0
25