X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=autotools%2Faclocal%2Fswig_complete.m4;h=049068d1499256c8a19e8f10ce2064e8d3336912;hp=2e398cf828e700b5302b2be9a1267a7bd9882dbb;hb=refs%2Fheads%2Fmaster;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/autotools/aclocal/swig_complete.m4 b/autotools/aclocal/swig_complete.m4 index 2e398cf..049068d 100644 --- a/autotools/aclocal/swig_complete.m4 +++ b/autotools/aclocal/swig_complete.m4 @@ -163,7 +163,7 @@ AC_DEFUN([SWIG_PYTHON],[ if test x"$ac_version_at_least" = "xyes"; then SWIG_PYTHON_LIBS="" else - SWIG_PYTHON_LIBS="$SWIG_RUNTIME_LIBS_DIR -lswigpy" + SWIG_PYTHON_LIBS="-L$SWIG_RUNTIME_LIBS_DIR -lswigpy" fi else AC_MSG_ERROR([SWIG version number unknown - cannot set python libs])