Added
Link Here
|
0 |
- |
1 |
--- configure.ac.orig 2021-08-15 01:22:26 UTC |
|
|
2 |
+++ configure.ac |
3 |
@@ -1335,7 +1335,9 @@ if test -n "$BREW"; then |
4 |
fi |
5 |
|
6 |
# Check MacPorts on macOS. |
7 |
-AC_PATH_PROG(HAVE_MACPORTS, port) |
8 |
+if test $opsys = darwin; then |
9 |
+ AC_PATH_PROG(HAVE_MACPORTS, port) |
10 |
+fi |
11 |
|
12 |
## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals. |
13 |
: ${MAKEINFO:=makeinfo} |