Changeset 15681


Ignore:
Timestamp:
08/01/13 19:52:09 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed PYTHON3 which was only defined if HAVE_PYTHON

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r15680 r15681  
    333333        if test "x$PYTHON_ROOT" = "xno" ; then
    334334                HAVE_PYTHON=no
     335                HAVE_PYTHON3=no
    335336        else
    336337                HAVE_PYTHON=yes
     
    358359                        HAVE_PYTHON3="no"
    359360                fi
    360                 AM_CONDITIONAL([PYTHON3], [test x$HAVE_PYTHON3 = xyes])
    361361
    362362                PYTHONINCL=-I$PYTHON_ROOT/include
     
    381381                AC_SUBST([PYTHONLINK])
    382382        fi
     383        AM_CONDITIONAL([PYTHON3], [test x$HAVE_PYTHON3 = xyes])
    383384        dnl }}}
    384385        dnl python-numpy{{{
Note: See TracChangeset for help on using the changeset viewer.