You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/09/11 05:49:11 UTC

svn commit: r442083 - /httpd/apreq/trunk/acinclude.m4

Author: pgollucci
Date: Sun Sep 10 20:49:10 2006
New Revision: 442083

URL: http://svn.apache.org/viewvc?view=rev&rev=442083
Log:
line wrap

Modified:
    httpd/apreq/trunk/acinclude.m4

Modified: httpd/apreq/trunk/acinclude.m4
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/acinclude.m4?view=diff&rev=442083&r1=442082&r2=442083
==============================================================================
--- httpd/apreq/trunk/acinclude.m4 (original)
+++ httpd/apreq/trunk/acinclude.m4 Sun Sep 10 20:49:10 2006
@@ -162,8 +162,11 @@
         dnl perl glue/tests do not use libtool: need ld linker flags
         APR_ADDTO([APR_LIBS], "`$APR_CONFIG --libs`")
 
-        dnl ld: fatal: recording name conflict: file `/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/../../../libexpat.so' and file `httpd/lib/libexpat.so' 
-        dnl provide identical dependency names: libexpat.so.0  (possible multiple inclusion of the same file)
+        dnl ld: fatal: recording name conflict: 
+        dnl file `/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/../../../libexpat.so' and
+        dnl file `httpd/lib/libexpat.so' 
+        dnl provide identical dependency names: libexpat.so.0  
+        dnl (possible multiple inclusion of the same file)
         if test "x$OS" = "xsolaris"; then
             APU_LIBS=`$APU_CONFIG --libs | $PERL -pe 's,-lexpat,,'`
             APR_ADDTO([APR_LIBS], "$APU_LIBS")