X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Configure;h=cbbf4de8b25f19ba9020740748d36a5c66abf911;hb=068fc255aca09e8e96116787e1ee7de866742729;hp=43a90c0152536b78be96554a0b6897e7127afcd7;hpb=6d78c381f66245219f5b0a5fa8cd636dddedfd9c;p=oweals%2Fopenssl.git diff --git a/Configure b/Configure index 43a90c0152..cbbf4de8b2 100755 --- a/Configure +++ b/Configure @@ -904,11 +904,11 @@ PROCESS_ARGS: } elsif (/^--with-fipsdir=(.*)$/) { - $fipsdir="$1/"; + $fipsdir="$1"; } elsif (/^--with-fipslibdir=(.*)$/) { - $fipslibdir="$1/"; + $fipslibdir="$1"; } elsif (/^--with-baseaddr=(.*)$/) {