On Wed, 8 Apr 2009, Quanah Gibson-Mount wrote:
if "$PREFIX_OPENSSL" != "/usr" ; thenThis IF statement did not exist in curl 7.19.2. Changing the line to read: if test "$PREFIX_OPENSSL" != "/usr" ; then fixes the problem
Thanks, this is already fixed in CVS! -- / daniel.haxx.se
