]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Darwin patch for openssl
authorHarlan Stenn <stenn@ntp.org>
Sat, 8 Mar 2003 04:44:26 +0000 (23:44 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 8 Mar 2003 04:44:26 +0000 (23:44 -0500)
bk: 3e69752aD7nI1B0MdqsCYZ8j10g6Uw

configure.in

index f8dab5492540545bfbbece7b53ae8585f9b998a9..b401c0a52b2d988edba69eb9e19ee843c2bdc56e 100644 (file)
@@ -2513,9 +2513,11 @@ case "$ans" in
        case "$host" in
         *-*-darwin*)
            test -f $i/libcrypto.dylib -a -f $i/libssl.dylib && break
+           ;;
         *)
            test -f $i/libcrypto.a -a -f $i/libssl.a && break
            ;;
+       esac
     done
     case "$i" in
      no)