Changeset fa7dd2 in git


Ignore:
Timestamp:
May 26, 2014, 3:19:49 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e345a31e41770e2f3536a8ab2283549c5de36de6
Parents:
68d3817f88d0c29f63680c2acb84c1c300d71a6a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-26 15:19:49+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-26 18:59:32+02:00
Message:
Fix the python cfalgs correction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/ax_python_embed.m4

    r68d3817 rfa7dd2  
    236236#            ax_python_includespec="${ax_python_includespec} $ax_python_execspec"
    237237#        fi
    238         ax_python_cspec=`${PYTHON}-config --cflags | sed -e "s@ -arch i386@@" -e "s@ -arch x86_64@@" -e 's@ -g@@g' -e 's@ -mno-fused-madd@@g'`
     238        ax_python_cspec=`${PYTHON}-config --cflags | sed -e 's@ -mno-fused-madd @ @g'`
    239239        #   or -Qunused-arguments / clang :(
    240240#        ax_python_cspec="${ax_python_ccshared} ${ax_python_includespec}"
     
    315315#        AC_MSG_NOTICE([PYTHON_LSPEC=${ax_python_output}])
    316316
    317         ax_python_lspec=`${PYTHON}-config --ldflags | sed -e "s@ -arch i386@@" -e "s@ -arch x86_64@@" -e 's@ -g@@g'`
     317        ax_python_lspec=`${PYTHON}-config --ldflags`
    318318        AC_SUBST([PYTHON_LSPEC], [${ax_python_lspec}])
    319319        AC_MSG_NOTICE([PYTHON_LSPEC=${ax_python_lspec}])
Note: See TracChangeset for help on using the changeset viewer.