Re: svn commit: r35262 - trunk/build/ac-macros
From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: Thu, 15 Jan 2009 22:29:00 -0700
> Still working on it. I am not able to reproduce locally but based on
By the way, the above approach does work. Is it right? I'll let you
-- Take care, Jeremy Whitlock http://www.thoughtspark.org Index: build/ac-macros/serf.m4 =================================================================== --- build/ac-macros/serf.m4 (revision 35270) +++ build/ac-macros/serf.m4 (working copy) @@ -48,6 +48,7 @@ SVN_SERF_INCLUDES="-I$serf_prefix/include/serf-0" SVN_SERF_LIBS="-lserf-0" SVN_SERF_EXPORT_LIBS="-L$serf_prefix/lib -lserf-0" + LDFLAGS="$LDFLAGS -L$serf_prefix/lib" elif test $serf_found = "reconfig"; then serf_found=yes fi
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.