X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Fatlocal.in;h=1d37b59a74aa18096cd461bdf54f4ad88a552aee;hb=c57b22267be8fab0e504f3c246b9c154937933cb;hp=aa86251cf8fa1409bad05f492f3b1e11a4fb634c;hpb=67e96a5dca90225358936b1392bba8b3207805b1;p=openvswitch diff --git a/tests/atlocal.in b/tests/atlocal.in index aa86251c..1d37b59a 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -2,7 +2,10 @@ HAVE_OPENSSL='@HAVE_OPENSSL@' HAVE_PYTHON='@HAVE_PYTHON@' PERL='@PERL@' -PYTHON='@PYTHON@' + +if test x"$PYTHON" = x; then + PYTHON='@PYTHON@' +fi PYTHONPATH=$abs_top_srcdir/python:$abs_top_builddir/tests:$PYTHONPATH export PYTHONPATH @@ -16,5 +19,5 @@ if test $HAVE_PYTHON = yes; then else PYTHONPATH=$PYTHONPATH:$abs_top_srcdir/python/compat export PYTHONPATH - fi + fi fi