From 259f02836b80e8855519c536324299e581b1387d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 05:05:26 +0000 Subject: [PATCH] used old vars --- m4/python.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/python.m4 b/m4/python.m4 index d00ac478..48ab0818 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -43,8 +43,8 @@ AC_DEFUN([PYTHON_DEVEL], PYTHON_LIBS="-L$i -lpython$PYTHON_VERSION" break else - if test -r "$i/lib$PYVERSION.a"; then - PYLIB="$i/lib$PYVERSION.a" + if test -r "$i/libpython$PYTHON_VERSION.a"; then + PYLIB="$i/libpython$PYTHON_VERSION.a" PYTHON_LIBS="-L$i -lpython$PYTHON_VERSION -lpthread -ldl -lutil -lm" break else @@ -57,7 +57,7 @@ AC_DEFUN([PYTHON_DEVEL], fi fi done - if test "$python_path" + if test "$PYLIB" then AC_MSG_RESULT([$PYLIB]) else -- 2.39.2