forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9fca23c
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 parentf23a9b8 commit9fca23c
2 files changed
+14
-12
lines changedLines changed: 12 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12544 | 12544 |
| |
12545 | 12545 |
| |
12546 | 12546 |
| |
| 12547 | + | |
| 12548 | + | |
| 12549 | + | |
| 12550 | + | |
| 12551 | + | |
| 12552 | + | |
| 12553 | + | |
| 12554 | + | |
| 12555 | + | |
| 12556 | + | |
| 12557 | + | |
| 12558 | + | |
12547 | 12559 |
| |
12548 | 12560 |
| |
12549 | 12561 |
| |
| |||
12593 | 12605 |
| |
12594 | 12606 |
| |
12595 | 12607 |
| |
12596 |
| - | |
12597 |
| - | |
12598 |
| - | |
12599 |
| - | |
12600 |
| - | |
12601 |
| - | |
12602 |
| - | |
12603 |
| - | |
12604 |
| - | |
12605 |
| - | |
12606 |
| - | |
12607 | 12608 |
| |
12608 | 12609 |
| |
12609 | 12610 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1246 | 1246 |
| |
1247 | 1247 |
| |
1248 | 1248 |
| |
| 1249 | + | |
| 1250 | + | |
1249 | 1251 |
| |
1250 | 1252 |
| |
1251 | 1253 |
| |
| |||
1257 | 1259 |
| |
1258 | 1260 |
| |
1259 | 1261 |
| |
1260 |
| - | |
1261 | 1262 |
| |
1262 | 1263 |
| |
1263 | 1264 |
| |
|
0 commit comments
Comments
(0)