Changeset c880c17 in git


Ignore:
Timestamp:
Feb 15, 2011, 11:17:36 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b324714bf5073469800caef737deba1366fbd81f')
Children:
618da55204dc766ed377028d85542d507d2de3c1
Parents:
246d156315781b52dd686f0a597867fde9ff801f
Message:
python check 32bit on a 64bit machine

git-svn-id: file:///usr/local/Singular/svn/trunk@13842 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r246d15 rc880c17  
    20762076   for your distribution.  The exact name of this package varies among them.
    20772077  ============================================================================
    2078            " 1>&2; exit 1; }
     2078           " 1>&2; }
    20792079          PYTHON_VERSION=""
     2080          pythonexists=no
    20802081        else
    20812082          cat >> confdefs.h <<\EOF
  • Singular/configure.in

    r246d15 rc880c17  
    173173
    174174        if test ! "$pythonexists" = "yes"; then
    175            AC_MSG_ERROR([
     175           AC_MSG_RESULT([
    176176  Could not link test program to Python. Maybe the main Python library has been
    177177  installed in some non-standard library path. If so, pass it to configure,
     
    185185           ])
    186186          PYTHON_VERSION=""
     187          pythonexists=no
    187188        else
    188189          AC_DEFINE(HAVE_PYTHON)
Note: See TracChangeset for help on using the changeset viewer.