mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3947487fbc
Also let mpid/server find the FreeBSD openssl implementation. PR: 21174 Submitted by: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> Approved by: MAINTAINER
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
--- mpid/server/configure.orig Tue Sep 12 07:57:09 2000
|
|
+++ mpid/server/configure Tue Sep 12 08:01:11 2000
|
|
@@ -1589,8 +1589,8 @@
|
|
ac_find_inc_dir=$dir
|
|
break
|
|
fi
|
|
- if test -r $dir/include/ssl.h ; then
|
|
- ac_find_inc_dir=$dir/include
|
|
+ if test -r $dir/include/openssl/ssl.h ; then
|
|
+ ac_find_inc_dir=$dir/include/openssl
|
|
break
|
|
fi
|
|
done
|