done, actually

On Thu, Jun 7, 2012 at 5:33 PM, Vincent Torri <vincent.to...@gmail.com> wrote:
> can you please revert that ? If not, i'll revert it
>
> Vincent
>
> On Thu, Jun 7, 2012 at 12:27 PM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
>> Log:
>> force c99 mode when using dns.c
>>
>>
>> Author:       discomfitor
>> Date:         2012-06-07 03:27:18 -0700 (Thu, 07 Jun 2012)
>> New Revision: 71790
>> Trac:         http://trac.enlightenment.org/e/changeset/71790
>>
>> Modified:
>>  trunk/ecore/configure.ac trunk/ecore/src/lib/ecore_con/Makefile.am
>>
>> Modified: trunk/ecore/configure.ac
>> ===================================================================
>> --- trunk/ecore/configure.ac    2012-06-07 10:06:50 UTC (rev 71789)
>> +++ trunk/ecore/configure.ac    2012-06-07 10:27:18 UTC (rev 71790)
>> @@ -1527,6 +1527,10 @@
>>  fi
>>
>>  AM_CONDITIONAL([HAVE_CARES], [test "x${have_cares}" = "xyes"])
>> +if test "x${have_cares}" != "xyes" ; then
>> +   C99="$ac_cv_prog_cc_c99"
>> +   AC_SUBST(C99)
>> +fi
>>
>>  # ecore_ipc
>>  ECORE_CHECK_MODULE([ipc], [${want_ecore_ipc}], [Ipc], [${have_ecore_con}],
>>
>> Modified: trunk/ecore/src/lib/ecore_con/Makefile.am
>> ===================================================================
>> --- trunk/ecore/src/lib/ecore_con/Makefile.am   2012-06-07 10:06:50 UTC (rev 
>> 71789)
>> +++ trunk/ecore/src/lib/ecore_con/Makefile.am   2012-06-07 10:27:18 UTC (rev 
>> 71790)
>> @@ -35,7 +35,7 @@
>>  libecore_con_la_SOURCES += ecore_con_ares.c
>>  else
>>  if HAVE_IPV6
>> -AM_CPPFLAGS += -Wno-override-init
>> +AM_CPPFLAGS += -Wno-override-init $(C99)
>>  libecore_con_la_SOURCES += ecore_con_dns.c dns.c dns.h
>>  else
>>  libecore_con_la_SOURCES += ecore_con_info.c
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> enlightenment-svn mailing list
>> enlightenment-...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to