--- configure.orig 2017-05-03 16:54:21 UTC +++ configure @@ -5039,7 +5039,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRODUCTNAME" >&5 $as_echo "$PRODUCTNAME" >&6; } -PRODUCTNAME_WITHOUT_SPACES=${PRODUCTNAME// /} +PRODUCTNAME_WITHOUT_SPACES=$(echo "$PRODUCTNAME" | tr -d ' ') @@ -32392,7 +32392,7 @@ fi - elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" \ + elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" -o "$_os" = "FreeBSD" \ && test "$with_system_openssl" != "no"; then with_system_openssl=yes SYSTEM_OPENSSL=TRUE