Changeset 93e933 in git for Singular/configure


Ignore:
Timestamp:
Oct 4, 2011, 11:49:10 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
0fd6d8111bc8e9daf631bcceb78381f4561becbb
Parents:
1709e12a324ea157357f55466f98594407e0c2c8
Message:
change == in test to = for solaris (Volker Braun)

git-svn-id: file:///usr/local/Singular/svn/trunk@14407 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r1709e1 r93e933  
    18011801PYTHON_LINKAGE="static"
    18021802
    1803 if test "${with_python+set}" == set; then
     1803if test "${with_python+set}" = set; then
    18041804  case "${with_python}" in
    18051805    yes|static*|dynamic*|shared*|module*|embed*)
     
    19721972                        from string import join; \
    19731973                        print join(get_config_vars('VERSION'))"`
    1974                 if test "$py_version" == "None"; then
     1974                if test "$py_version" = "None"; then
    19751975                        if test -n "$PYTHON_VERSION"; then
    19761976                                py_version=$PYTHON_VERSION
     
    21352135        echo "$ac_t""$pythonstaticexists" 1>&6
    21362136
    2137         if test "$pythonstaticexists" == yes ; then
     2137        if test "$pythonstaticexists" = yes ; then
    21382138          cat >> confdefs.h <<\EOF
    21392139#define HAVE_STATIC_PYTHON 1
Note: See TracChangeset for help on using the changeset viewer.