Re: SSL toolkit detection in acinclude.m4

2008-11-06 Thread Plüm, Rüdiger, VF-Group
-Ursprüngliche Nachricht- Von: Plüm, Rüdiger, VF-Group Gesendet: Dienstag, 4. November 2008 13:24 An: dev@httpd.apache.org Betreff: Re: SSL toolkit detection in acinclude.m4 -Ursprüngliche Nachricht- Von: Ruediger Pluem Gesendet: Samstag, 25. Oktober 2008 15

Re: SSL toolkit detection in acinclude.m4

2008-11-06 Thread Rainer Jung
Plüm, Rüdiger, VF-Group schrieb: -Ursprüngliche Nachricht- Von: Plüm, Rüdiger, VF-Group Gesendet: Dienstag, 4. November 2008 13:24 An: dev@httpd.apache.org Betreff: Re: SSL toolkit detection in acinclude.m4 -Ursprüngliche Nachricht- Von: Ruediger Pluem Gesendet

Re: SSL toolkit detection in acinclude.m4

2008-11-06 Thread Rainer Jung
Plüm, Rüdiger, VF-Group schrieb: On 10/16/2008 12:04 PM, Rainer Jung wrote: Ruediger Pluem wrote: While investigating PR46018 I came across the following in acinclude.m4 dnl Run header and version checks saved_CPPFLAGS=$CPPFLAGS saved_LIBS=$LIBS if test x$ap_ssltk_base != x; then

Re: SSL toolkit detection in acinclude.m4

2008-11-06 Thread Rainer Jung
Rainer Jung schrieb: Plüm, Rüdiger, VF-Group schrieb: Rainer does the patch fix your issues on Solaris? I'll test once more without the save-related parts of the patch and let you know. I now removed the changes for INCLUDES and LDFLAGS and only kept the additional `$apr_config --libs`. That

Re: SSL toolkit detection in acinclude.m4

2008-11-06 Thread Ruediger Pluem
On 11/06/2008 05:50 PM, Rainer Jung wrote: Rainer Jung schrieb: Plüm, Rüdiger, VF-Group schrieb: Rainer does the patch fix your issues on Solaris? I'll test once more without the save-related parts of the patch and let you know. I now removed the changes for INCLUDES and LDFLAGS and only

Re: SSL toolkit detection in acinclude.m4

2008-11-06 Thread Rainer Jung
Ruediger Pluem schrieb: On 11/06/2008 05:50 PM, Rainer Jung wrote: Rainer Jung schrieb: Plüm, Rüdiger, VF-Group schrieb: Rainer does the patch fix your issues on Solaris? I'll test once more without the save-related parts of the patch and let you know. I now removed the changes for

Re: SSL toolkit detection in acinclude.m4

2008-11-06 Thread Ruediger Pluem
On 11/06/2008 08:57 PM, Rainer Jung wrote: Ruediger Pluem schrieb: On 11/06/2008 05:50 PM, Rainer Jung wrote: Rainer Jung schrieb: Plüm, Rüdiger, VF-Group schrieb: Rainer does the patch fix your issues on Solaris? I'll test once more without the save-related parts of the patch and let you

Re: SSL toolkit detection in acinclude.m4

2008-11-04 Thread Plüm, Rüdiger, VF-Group
-Ursprüngliche Nachricht- Von: Ruediger Pluem Gesendet: Samstag, 25. Oktober 2008 15:18 An: dev@httpd.apache.org Betreff: Re: SSL toolkit detection in acinclude.m4 On 10/16/2008 12:04 PM, Rainer Jung wrote: Ruediger Pluem wrote: While investigating PR46018 I came across

Re: SSL toolkit detection in acinclude.m4

2008-10-25 Thread Ruediger Pluem
On 10/16/2008 12:04 PM, Rainer Jung wrote: Ruediger Pluem wrote: While investigating PR46018 I came across the following in acinclude.m4 dnl Run header and version checks saved_CPPFLAGS=$CPPFLAGS saved_LIBS=$LIBS if test x$ap_ssltk_base != x; then APR_ADDTO(CPPFLAGS,

Re: SSL toolkit detection in acinclude.m4

2008-10-16 Thread Rainer Jung
Ruediger Pluem wrote: While investigating PR46018 I came across the following in acinclude.m4 dnl Run header and version checks saved_CPPFLAGS=$CPPFLAGS saved_LIBS=$LIBS if test x$ap_ssltk_base != x; then APR_ADDTO(CPPFLAGS, [-I$ap_ssltk_base/include]) APR_ADDTO(INCLUDES,