blob: b6f0dc2b89ec5b1de0f8652fbc52b990ab9bcd1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- configure.orig 2024-02-29 16:34:09 UTC
+++ configure
@@ -6537,11 +6537,11 @@ fi
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
+#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
## ----------------------------------------------------------------------
## Check if they would like the Java native interface (JNI) compiled
|