You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
633159168d
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@129623 d073be05-634f-4543-b044-5fe20cf6d1d6
25 lines
693 B
Diff
25 lines
693 B
Diff
--- configure-old 2009-04-01 04:38:10.000000000 +0200
|
|
+++ configure 2009-04-01 04:50:59.000000000 +0200
|
|
@@ -2906,12 +2906,6 @@
|
|
|
|
save_LDFLAGS="$LDFLAGS"
|
|
save_LIBS="$LIBS"
|
|
-if test "$PyFRAMEWORKDIR" != "no-framework"; then
|
|
- if test -n "$PyFRAMEWORK"; then
|
|
- PyPYTHONLIBS="-framework $PyFRAMEWORK"
|
|
- LDFLAGS="${LDFLAGS} -Wl,-framework,Python"
|
|
- fi
|
|
-else
|
|
LDFLAGS="${LDFLAGS} -L${PyLIBPL}"
|
|
as_ac_Lib=`echo "ac_cv_lib_python${PyVERSION}''_Py_NewInterpreter" | $as_tr_sh`
|
|
echo "$as_me:$LINENO: checking for Py_NewInterpreter in -lpython${PyVERSION}" >&5
|
|
@@ -2990,8 +2984,6 @@
|
|
fi
|
|
|
|
fi
|
|
-
|
|
-fi
|
|
LIBS="$save_LIBS"
|
|
|
|
# (actually this check already just happened above)
|