forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit946f62f
committed
Fix busted test for ldap_initialize.
Sigh ... I was expecting AC_CHECK_LIB to do something it didn't,namely update LIBS. This led to not finding ldap_initialize.Fix by moving the probe for ldap_initialize. In some sense thisis more correct anyway, since (at least for now) we care aboutwhether ldap_initialize exists in libldap not libldap_r.Per buildfarm member elver and local testing.Discussion:https://postgr.es/m/17083-a19190d9591946a7@postgresql.org1 parent5763ef4 commit946f62f
2 files changed
+14
-12
lines changedLines changed: 12 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12167 | 12167 |
| |
12168 | 12168 |
| |
12169 | 12169 |
| |
| 12170 | + | |
| 12171 | + | |
| 12172 | + | |
| 12173 | + | |
| 12174 | + | |
| 12175 | + | |
| 12176 | + | |
| 12177 | + | |
| 12178 | + | |
| 12179 | + | |
| 12180 | + | |
| 12181 | + | |
12170 | 12182 |
| |
12171 | 12183 |
| |
12172 | 12184 |
| |
| |||
12216 | 12228 |
| |
12217 | 12229 |
| |
12218 | 12230 |
| |
12219 |
| - | |
12220 |
| - | |
12221 |
| - | |
12222 |
| - | |
12223 |
| - | |
12224 |
| - | |
12225 |
| - | |
12226 |
| - | |
12227 |
| - | |
12228 |
| - | |
12229 |
| - | |
12230 | 12231 |
| |
12231 | 12232 |
| |
12232 | 12233 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1270 | 1270 |
| |
1271 | 1271 |
| |
1272 | 1272 |
| |
| 1273 | + | |
| 1274 | + | |
1273 | 1275 |
| |
1274 | 1276 |
| |
1275 | 1277 |
| |
| |||
1281 | 1283 |
| |
1282 | 1284 |
| |
1283 | 1285 |
| |
1284 |
| - | |
1285 | 1286 |
| |
1286 | 1287 |
| |
1287 | 1288 |
| |
|
0 commit comments
Comments
(0)