autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for "ax_swig_python.m4"


From: Christian Ferrari
Subject: Re: Patch for "ax_swig_python.m4"
Date: Sat, 20 Oct 2018 19:58:01 +0000 (UTC)

Dear Peter,
after some thinking I have realized that without a C++ compiler, adding "-c++" to SWIG command line is probably useless.
The macro can be refined a little more replacing the test statement as below:

address@hidden:~/lixa/m4include$ diff /home/tiian/autoconf-archive/m4/ax_swig_enable_cxx.m4 ax_swig_enable_cxx.m4
52c52
<         if test "z$SWIG" != "z"; then
---
>         if test "z$SWIG" != "z" -a "z$CXX" != "z" ; then


Kind Regards
Christian Ferrari


-------------------------------------------------------------
Good design can't stop bad implementation


Il venerdì 19 ottobre 2018, 10:01:29 CEST, Peter Simons <address@hidden> ha scritto:


Hi Christian,

I pushed the change you've suggested in this commit:

  https://github.com/autoconf-archive/autoconf-archive/commit/bcdf5ad0c5981a3c01da3216fbf42b6d1e1ffab0

Thank you very much,
Peter


reply via email to

[Prev in Thread] Current Thread [Next in Thread]