mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
18 lines
386 B
Diff
18 lines
386 B
Diff
--- configure.ac.orig 2020-06-11 01:50:29.000000000 -0700
|
|
+++ configure.ac 2020-09-04 13:18:59.000000000 -0700
|
|
@@ -241,14 +241,6 @@
|
|
], [])
|
|
], [])
|
|
|
|
- AC_MSG_CHECKING([for fink])
|
|
- if test -d /sw; then
|
|
- AC_MSG_RESULT([found, adding /sw to search paths])
|
|
- CPPFLAGS="$CPPFLAGS -I/sw/include"
|
|
- LDFLAGS="$LDFLAGS -L/sw/lib"
|
|
- else
|
|
- AC_MSG_RESULT([not found])
|
|
- fi
|
|
;;
|
|
*)
|
|
;;
|