summaryrefslogtreecommitdiff
path: root/net/mpich2/files/patch-ab
blob: 67d06a0ffd2562b8071bfe3f34af92c6f1c55663 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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