all repos — openbox @ 259f02836b80e8855519c536324299e581b1387d

openbox fork - make it a bit more like ryudo

used old vars
Dana Jansens danakj@orodu.net
commit

259f02836b80e8855519c536324299e581b1387d

parent

6741d0572d003667374d9f77e1a9619a28e7362b

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M m4/python.m4m4/python.m4

@@ -43,8 +43,8 @@ PYLIB="$i/libpython$PYTHON_VERSION.so"

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 @@ fi

fi fi done - if test "$python_path" + if test "$PYLIB" then AC_MSG_RESULT([$PYLIB]) else