curl-library
Bug in configure.ac line 1174
From: Daniel Johnson <daniel.johnson31_at_gmail.com>
Date: Tue, 3 Mar 2009 10:39:31 -0500
Date: Tue, 3 Mar 2009 10:39:31 -0500
The line
if [ "$PREFIX_OPENSSL" != "/usr" ] ; then
forgets about m4 quoting. It's probably better to use "test" instead
of "[ ]".
Daniel
Received on 2009-03-03