summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2022-08-01 08:49:15 +0200
committerGitHub <noreply@github.com>2022-08-01 08:49:15 +0200
commit17135424f52ea542c082e971248b8b7e47be7252 (patch)
treef12d0f51ebf508f1de07f8b90a1d4b3bebc6947e
parent171a54d4fad65fcc972681c9f1f8390fd8bb06b3 (diff)
parentbeb64b13cf424ae0e588171f65036d984674bb35 (diff)
downloadautoconf-archive-17135424f52ea542c082e971248b8b7e47be7252.tar.gz
Merge pull request #254 from dnicolson/remove-duplicate-variable
Remove duplicate $PYTHON_EXTRA_LIBS variable
-rw-r--r--m4/ax_python_devel.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4
index c79f042..0a71592 100644
--- a/m4/ax_python_devel.m4
+++ b/m4/ax_python_devel.m4
@@ -355,7 +355,7 @@ EOD`
ac_save_LIBS="$LIBS"
ac_save_LDFLAGS="$LDFLAGS"
ac_save_CPPFLAGS="$CPPFLAGS"
- LIBS="$ac_save_LIBS $PYTHON_LIBS $PYTHON_EXTRA_LIBS $PYTHON_EXTRA_LIBS"
+ LIBS="$ac_save_LIBS $PYTHON_LIBS $PYTHON_EXTRA_LIBS"
LDFLAGS="$ac_save_LDFLAGS $PYTHON_EXTRA_LDFLAGS"
CPPFLAGS="$ac_save_CPPFLAGS $PYTHON_CPPFLAGS"
AC_LANG_PUSH([C])
@@ -371,7 +371,7 @@ EOD`
AC_MSG_RESULT([$pythonexists])
- if test ! "x$pythonexists" = "xyes"; then
+ if test ! "x$pythonexists" = "xyes"; then
AC_MSG_FAILURE([
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,