source:
freewrt/package/freeradius/patches/04-freeradius-1.1.1-rlm_ldap-configure.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 16.4 KB | |
-
src/modules/rlm_ldap/configure
diff -ruN freeradius-1.1.1-old/src/modules/rlm_ldap/configure freeradius-1.1.1-new/src/modules/rlm_ldap/configure
old new 929 929 fi 930 930 931 931 smart_try_dir=$rlm_ldap_lib_dir 932 933 934 935 sm_lib_safe=`echo "sasl" | sed 'y%./+-%__p_%'` 936 sm_func_safe=`echo "sasl_encode" | sed 'y%./+-%__p_%'` 937 echo $ac_n "checking for sasl_encode in -lsasl""... $ac_c" 1>&6 938 echo "configure:939: checking for sasl_encode in -lsasl" >&5 939 940 old_LIBS="$LIBS" 941 smart_lib= 942 smart_lib_dir= 943 944 if test "x$smart_try_dir" != "x"; then 945 for try in $smart_try_dir; do 946 LIBS="-L$try -lsasl $old_LIBS" 947 cat > conftest.$ac_ext <<EOF 948 #line 949 "configure" 949 #include "confdefs.h" 950 extern char sasl_encode(); 951 int main() { 952 sasl_encode() 953 ; return 0; } 954 EOF 955 if { (eval echo configure:956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 956 rm -rf conftest* 957 smart_lib="-L$try -lsasl" 958 else 959 echo "configure: failed program was:" >&5 960 cat conftest.$ac_ext >&5 961 fi 962 rm -f conftest* 963 if test "x$smart_lib" != "x"; then 964 break; 965 fi 966 done 967 LIBS="$old_LIBS" 968 fi 969 970 if test "x$smart_lib" = "x"; then 971 LIBS="-lsasl $old_LIBS" 972 cat > conftest.$ac_ext <<EOF 973 #line 974 "configure" 974 #include "confdefs.h" 975 extern char sasl_encode(); 976 int main() { 977 sasl_encode() 978 ; return 0; } 979 EOF 980 if { (eval echo configure:981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 981 rm -rf conftest* 982 smart_lib="-lsasl" 983 else 984 echo "configure: failed program was:" >&5 985 cat conftest.$ac_ext >&5 986 fi 987 rm -f conftest* 988 LIBS="$old_LIBS" 989 fi 990 991 if test "x$smart_lib" = "x"; then 992 993 994 if test "x$LOCATE" != "x"; then 995 DIRS= 996 file=libsasl${libltdl_cv_shlibext} 997 998 for x in `${LOCATE} $file 2>/dev/null`; do 999 base=`echo $x | sed "s%/${file}%%"` 1000 if test "x$x" = "x$base"; then 1001 continue; 1002 fi 1003 1004 dir=`${DIRNAME} $x 2>/dev/null` 1005 exclude=`echo ${dir} | ${GREP} /home` 1006 if test "x$exclude" != "x"; then 1007 continue 1008 fi 1009 1010 already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}` 1011 if test "x$already" = "x"; then 1012 DIRS="$DIRS $dir" 1013 fi 1014 done 1015 fi 1016 1017 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\"" 1018 1019 1020 1021 if test "x$LOCATE" != "x"; then 1022 DIRS= 1023 file=libsasl.a 1024 1025 for x in `${LOCATE} $file 2>/dev/null`; do 1026 base=`echo $x | sed "s%/${file}%%"` 1027 if test "x$x" = "x$base"; then 1028 continue; 1029 fi 1030 1031 dir=`${DIRNAME} $x 2>/dev/null` 1032 exclude=`echo ${dir} | ${GREP} /home` 1033 if test "x$exclude" != "x"; then 1034 continue 1035 fi 1036 1037 already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}` 1038 if test "x$already" = "x"; then 1039 DIRS="$DIRS $dir" 1040 fi 1041 done 1042 fi 1043 1044 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\"" 1045 1046 1047 for try in $smart_lib_dir /usr/local/lib /opt/lib; do 1048 LIBS="-L$try -lsasl $old_LIBS" 1049 cat > conftest.$ac_ext <<EOF 1050 #line 1051 "configure" 1051 #include "confdefs.h" 1052 extern char sasl_encode(); 1053 int main() { 1054 sasl_encode() 1055 ; return 0; } 1056 EOF 1057 if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1058 rm -rf conftest* 1059 smart_lib="-L$try -lsasl" 1060 else 1061 echo "configure: failed program was:" >&5 1062 cat conftest.$ac_ext >&5 1063 fi 1064 rm -f conftest* 1065 if test "x$smart_lib" != "x"; then 1066 break; 1067 fi 1068 done 1069 LIBS="$old_LIBS" 1070 fi 1071 1072 if test "x$smart_lib" != "x"; then 1073 echo "$ac_t""yes" 1>&6 1074 eval "ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes" 1075 LIBS="$smart_lib $old_LIBS" 1076 SMART_LIBS="$smart_lib $SMART_LIBS" 1077 else 1078 echo "$ac_t""no" 1>&6 1079 fi 1080 1081 1082 1083 sm_lib_safe=`echo "lber" | sed 'y%./+-%__p_%'` 1084 sm_func_safe=`echo "ber_init" | sed 'y%./+-%__p_%'` 1085 echo $ac_n "checking for ber_init in -llber""... $ac_c" 1>&6 1086 echo "configure:1087: checking for ber_init in -llber" >&5 1087 1088 old_LIBS="$LIBS" 1089 smart_lib= 1090 smart_lib_dir= 1091 1092 if test "x$smart_try_dir" != "x"; then 1093 for try in $smart_try_dir; do 1094 LIBS="-L$try -llber $old_LIBS" 1095 cat > conftest.$ac_ext <<EOF 1096 #line 1097 "configure" 1097 #include "confdefs.h" 1098 extern char ber_init(); 1099 int main() { 1100 ber_init() 1101 ; return 0; } 1102 EOF 1103 if { (eval echo configure:1104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1104 rm -rf conftest* 1105 smart_lib="-L$try -llber" 1106 else 1107 echo "configure: failed program was:" >&5 1108 cat conftest.$ac_ext >&5 1109 fi 1110 rm -f conftest* 1111 if test "x$smart_lib" != "x"; then 1112 break; 1113 fi 1114 done 1115 LIBS="$old_LIBS" 1116 fi 1117 1118 if test "x$smart_lib" = "x"; then 1119 LIBS="-llber $old_LIBS" 1120 cat > conftest.$ac_ext <<EOF 1121 #line 1122 "configure" 1122 #include "confdefs.h" 1123 extern char ber_init(); 1124 int main() { 1125 ber_init() 1126 ; return 0; } 1127 EOF 1128 if { (eval echo configure:1129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1129 rm -rf conftest* 1130 smart_lib="-llber" 1131 else 1132 echo "configure: failed program was:" >&5 1133 cat conftest.$ac_ext >&5 1134 fi 1135 rm -f conftest* 1136 LIBS="$old_LIBS" 1137 fi 1138 1139 if test "x$smart_lib" = "x"; then 1140 1141 1142 if test "x$LOCATE" != "x"; then 1143 DIRS= 1144 file=liblber${libltdl_cv_shlibext} 1145 1146 for x in `${LOCATE} $file 2>/dev/null`; do 1147 base=`echo $x | sed "s%/${file}%%"` 1148 if test "x$x" = "x$base"; then 1149 continue; 1150 fi 1151 1152 dir=`${DIRNAME} $x 2>/dev/null` 1153 exclude=`echo ${dir} | ${GREP} /home` 1154 if test "x$exclude" != "x"; then 1155 continue 1156 fi 1157 1158 already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}` 1159 if test "x$already" = "x"; then 1160 DIRS="$DIRS $dir" 1161 fi 1162 done 1163 fi 1164 1165 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\"" 1166 1167 1168 1169 if test "x$LOCATE" != "x"; then 1170 DIRS= 1171 file=liblber.a 1172 1173 for x in `${LOCATE} $file 2>/dev/null`; do 1174 base=`echo $x | sed "s%/${file}%%"` 1175 if test "x$x" = "x$base"; then 1176 continue; 1177 fi 1178 1179 dir=`${DIRNAME} $x 2>/dev/null` 1180 exclude=`echo ${dir} | ${GREP} /home` 1181 if test "x$exclude" != "x"; then 1182 continue 1183 fi 1184 1185 already=`echo \$smart_lib_dir ${DIRS} | ${GREP} ${dir}` 1186 if test "x$already" = "x"; then 1187 DIRS="$DIRS $dir" 1188 fi 1189 done 1190 fi 1191 1192 eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\"" 1193 1194 1195 for try in $smart_lib_dir /usr/local/lib /opt/lib; do 1196 LIBS="-L$try -llber $old_LIBS" 1197 cat > conftest.$ac_ext <<EOF 1198 #line 1199 "configure" 1199 #include "confdefs.h" 1200 extern char ber_init(); 1201 int main() { 1202 ber_init() 1203 ; return 0; } 1204 EOF 1205 if { (eval echo configure:1206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1206 rm -rf conftest* 1207 smart_lib="-L$try -llber" 1208 else 1209 echo "configure: failed program was:" >&5 1210 cat conftest.$ac_ext >&5 1211 fi 1212 rm -f conftest* 1213 if test "x$smart_lib" != "x"; then 1214 break; 1215 fi 1216 done 1217 LIBS="$old_LIBS" 1218 fi 1219 1220 if test "x$smart_lib" != "x"; then 1221 echo "$ac_t""yes" 1>&6 1222 eval "ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes" 1223 LIBS="$smart_lib $old_LIBS" 1224 SMART_LIBS="$smart_lib $SMART_LIBS" 1225 else 1226 echo "$ac_t""no" 1>&6 1227 fi 1228 1229 932 1230 if test "x$rlm_ldap_with_threads" = "xyes"; then 933 1231 934 1232 935 1233 sm_lib_safe=`echo "ldap_r" | sed 'y%./+-%__p_%'` 936 1234 sm_func_safe=`echo "ldap_init" | sed 'y%./+-%__p_%'` 937 1235 echo $ac_n "checking for ldap_init in -lldap_r""... $ac_c" 1>&6 938 echo "configure: 939: checking for ldap_init in -lldap_r" >&51236 echo "configure:1237: checking for ldap_init in -lldap_r" >&5 939 1237 940 1238 old_LIBS="$LIBS" 941 1239 smart_lib= … … 945 1243 for try in $smart_try_dir; do 946 1244 LIBS="-L$try -lldap_r $old_LIBS" 947 1245 cat > conftest.$ac_ext <<EOF 948 #line 949"configure"1246 #line 1247 "configure" 949 1247 #include "confdefs.h" 950 1248 extern char ldap_init(); 951 1249 int main() { 952 1250 ldap_init() 953 1251 ; return 0; } 954 1252 EOF 955 if { (eval echo configure: 956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1253 if { (eval echo configure:1254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 956 1254 rm -rf conftest* 957 1255 smart_lib="-L$try -lldap_r" 958 1256 else … … 970 1268 if test "x$smart_lib" = "x"; then 971 1269 LIBS="-lldap_r $old_LIBS" 972 1270 cat > conftest.$ac_ext <<EOF 973 #line 974"configure"1271 #line 1272 "configure" 974 1272 #include "confdefs.h" 975 1273 extern char ldap_init(); 976 1274 int main() { 977 1275 ldap_init() 978 1276 ; return 0; } 979 1277 EOF 980 if { (eval echo configure: 981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1278 if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 981 1279 rm -rf conftest* 982 1280 smart_lib="-lldap_r" 983 1281 else … … 1047 1345 for try in $smart_lib_dir /usr/local/lib /opt/lib; do 1048 1346 LIBS="-L$try -lldap_r $old_LIBS" 1049 1347 cat > conftest.$ac_ext <<EOF 1050 #line 1 051"configure"1348 #line 1349 "configure" 1051 1349 #include "confdefs.h" 1052 1350 extern char ldap_init(); 1053 1351 int main() { 1054 1352 ldap_init() 1055 1353 ; return 0; } 1056 1354 EOF 1057 if { (eval echo configure:1 058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1355 if { (eval echo configure:1356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1058 1356 rm -rf conftest* 1059 1357 smart_lib="-L$try -lldap_r" 1060 1358 else … … 1087 1385 sm_lib_safe=`echo "ldap" | sed 'y%./+-%__p_%'` 1088 1386 sm_func_safe=`echo "ldap_init" | sed 'y%./+-%__p_%'` 1089 1387 echo $ac_n "checking for ldap_init in -lldap""... $ac_c" 1>&6 1090 echo "configure:1 091: checking for ldap_init in -lldap" >&51388 echo "configure:1389: checking for ldap_init in -lldap" >&5 1091 1389 1092 1390 old_LIBS="$LIBS" 1093 1391 smart_lib= … … 1097 1395 for try in $smart_try_dir; do 1098 1396 LIBS="-L$try -lldap $old_LIBS" 1099 1397 cat > conftest.$ac_ext <<EOF 1100 #line 1 101"configure"1398 #line 1399 "configure" 1101 1399 #include "confdefs.h" 1102 1400 extern char ldap_init(); 1103 1401 int main() { 1104 1402 ldap_init() 1105 1403 ; return 0; } 1106 1404 EOF 1107 if { (eval echo configure:1 108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1405 if { (eval echo configure:1406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1108 1406 rm -rf conftest* 1109 1407 smart_lib="-L$try -lldap" 1110 1408 else … … 1122 1420 if test "x$smart_lib" = "x"; then 1123 1421 LIBS="-lldap $old_LIBS" 1124 1422 cat > conftest.$ac_ext <<EOF 1125 #line 1 126"configure"1423 #line 1424 "configure" 1126 1424 #include "confdefs.h" 1127 1425 extern char ldap_init(); 1128 1426 int main() { 1129 1427 ldap_init() 1130 1428 ; return 0; } 1131 1429 EOF 1132 if { (eval echo configure:1 133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1430 if { (eval echo configure:1431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1133 1431 rm -rf conftest* 1134 1432 smart_lib="-lldap" 1135 1433 else … … 1199 1497 for try in $smart_lib_dir /usr/local/lib /opt/lib; do 1200 1498 LIBS="-L$try -lldap $old_LIBS" 1201 1499 cat > conftest.$ac_ext <<EOF 1202 #line 1 203"configure"1500 #line 1501 "configure" 1203 1501 #include "confdefs.h" 1204 1502 extern char ldap_init(); 1205 1503 int main() { 1206 1504 ldap_init() 1207 1505 ; return 0; } 1208 1506 EOF 1209 if { (eval echo configure:1 210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1507 if { (eval echo configure:1508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1210 1508 rm -rf conftest* 1211 1509 smart_lib="-L$try -lldap" 1212 1510 else … … 1241 1539 1242 1540 ac_safe=`echo "ldap.h" | sed 'y%./+-%__pm%'` 1243 1541 echo $ac_n "checking for ldap.h""... $ac_c" 1>&6 1244 echo "configure:1 245: checking for ldap.h" >&51542 echo "configure:1543: checking for ldap.h" >&5 1245 1543 1246 1544 old_CFLAGS="$CFLAGS" 1247 1545 smart_include= … … 1251 1549 for try in $smart_try_dir; do 1252 1550 CFLAGS="$old_CFLAGS -I$try" 1253 1551 cat > conftest.$ac_ext <<EOF 1254 #line 1 255"configure"1552 #line 1553 "configure" 1255 1553 #include "confdefs.h" 1256 1554 1257 1555 #include <ldap.h> … … 1259 1557 int a = 1; 1260 1558 ; return 0; } 1261 1559 EOF 1262 if { (eval echo configure:1 263: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1560 if { (eval echo configure:1561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1263 1561 rm -rf conftest* 1264 1562 smart_include="-I$try" 1265 1563 else … … 1278 1576 1279 1577 if test "x$smart_include" = "x"; then 1280 1578 cat > conftest.$ac_ext <<EOF 1281 #line 1 282"configure"1579 #line 1580 "configure" 1282 1580 #include "confdefs.h" 1283 1581 1284 1582 #include <ldap.h> … … 1286 1584 int a = 1; 1287 1585 ; return 0; } 1288 1586 EOF 1289 if { (eval echo configure:1 290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1587 if { (eval echo configure:1588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1290 1588 rm -rf conftest* 1291 1589 smart_include=" " 1292 1590 else … … 1330 1628 for try in $smart_include_dir /usr/local/include /opt/include; do 1331 1629 CFLAGS="$old_CFLAGS -I$try" 1332 1630 cat > conftest.$ac_ext <<EOF 1333 #line 1 334"configure"1631 #line 1632 "configure" 1334 1632 #include "confdefs.h" 1335 1633 1336 1634 #include <ldap.h> … … 1338 1636 int a = 1; 1339 1637 ; return 0; } 1340 1638 EOF 1341 if { (eval echo configure:1 342: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1639 if { (eval echo configure:1640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1342 1640 rm -rf conftest* 1343 1641 smart_include="-I$try" 1344 1642 else … … 1371 1669 1372 1670 if test "x$fail" = "x"; then 1373 1671 echo $ac_n "checking for ldap_start_tls_s""... $ac_c" 1>&6 1374 echo "configure:1 375: checking for ldap_start_tls_s" >&51672 echo "configure:1673: checking for ldap_start_tls_s" >&5 1375 1673 if eval "test \"`echo '$''{'ac_cv_func_ldap_start_tls_s'+set}'`\" = set"; then 1376 1674 echo $ac_n "(cached) $ac_c" 1>&6 1377 1675 else 1378 1676 cat > conftest.$ac_ext <<EOF 1379 #line 1 380"configure"1677 #line 1678 "configure" 1380 1678 #include "confdefs.h" 1381 1679 /* System header to define __stub macros and hopefully few prototypes, 1382 1680 which can conflict with char ldap_start_tls_s(); below. */ … … 1399 1697 1400 1698 ; return 0; } 1401 1699 EOF 1402 if { (eval echo configure:1 403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1700 if { (eval echo configure:1701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1403 1701 rm -rf conftest* 1404 1702 eval "ac_cv_func_ldap_start_tls_s=yes" 1405 1703 else … … 1419 1717 fi 1420 1718 1421 1719 echo $ac_n "checking for ldap_initialize""... $ac_c" 1>&6 1422 echo "configure:1 423: checking for ldap_initialize" >&51720 echo "configure:1721: checking for ldap_initialize" >&5 1423 1721 if eval "test \"`echo '$''{'ac_cv_func_ldap_initialize'+set}'`\" = set"; then 1424 1722 echo $ac_n "(cached) $ac_c" 1>&6 1425 1723 else 1426 1724 cat > conftest.$ac_ext <<EOF 1427 #line 1 428"configure"1725 #line 1726 "configure" 1428 1726 #include "confdefs.h" 1429 1727 /* System header to define __stub macros and hopefully few prototypes, 1430 1728 which can conflict with char ldap_initialize(); below. */ … … 1447 1745 1448 1746 ; return 0; } 1449 1747 EOF 1450 if { (eval echo configure:1 451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1748 if { (eval echo configure:1749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1451 1749 rm -rf conftest* 1452 1750 eval "ac_cv_func_ldap_initialize=yes" 1453 1751 else … … 1467 1765 fi 1468 1766 1469 1767 echo $ac_n "checking for ldap_int_tls_config""... $ac_c" 1>&6 1470 echo "configure:1 471: checking for ldap_int_tls_config" >&51768 echo "configure:1769: checking for ldap_int_tls_config" >&5 1471 1769 if eval "test \"`echo '$''{'ac_cv_func_ldap_int_tls_config'+set}'`\" = set"; then 1472 1770 echo $ac_n "(cached) $ac_c" 1>&6 1473 1771 else 1474 1772 cat > conftest.$ac_ext <<EOF 1475 #line 1 476"configure"1773 #line 1774 "configure" 1476 1774 #include "confdefs.h" 1477 1775 /* System header to define __stub macros and hopefully few prototypes, 1478 1776 which can conflict with char ldap_int_tls_config(); below. */ … … 1495 1793 1496 1794 ; return 0; } 1497 1795 EOF 1498 if { (eval echo configure:1 499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1796 if { (eval echo configure:1797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1499 1797 rm -rf conftest* 1500 1798 eval "ac_cv_func_ldap_int_tls_config=yes" 1501 1799 else -
src/modules/rlm_ldap/configure.in
diff -ruN freeradius-1.1.1-old/src/modules/rlm_ldap/configure.in freeradius-1.1.1-new/src/modules/rlm_ldap/configure.in
old new 90 90 dnl Static linking will probably not work, but nobody ever 91 91 dnl complained about it. 92 92 smart_try_dir=$rlm_ldap_lib_dir 93 94 AC_SMART_CHECK_LIB(sasl, sasl_encode) 95 AC_SMART_CHECK_LIB(lber, ber_init) 96 93 97 if test "x$rlm_ldap_with_threads" = "xyes"; then 94 98 AC_SMART_CHECK_LIB(ldap_r, ldap_init) 95 99 if test "x$ac_cv_lib_ldap_r_ldap_init" != "xyes"; then
Note:
See TracBrowser
for help on using the repository browser.
