forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit916cb38
committed
Here are two patches to fix up the c++ (and c) support in the
configuration system. The idea is to make the configure argumentsthat specify compilers to be compatible with the other --withoptions. The main point, though, is that the c++ support is on bydefault, but can easily be disabled by the --without-CXX optionfor those few(?) that don't want it.Brook Milligan1 parent26d5a31 commit916cb38
2 files changed
+39
-20
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
289 | 299 |
| |
290 | 300 |
| |
291 | 301 |
| |
|
Lines changed: 29 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
289 | 295 |
| |
290 | 296 |
| |
291 | 297 |
| |
| |||
320 | 326 |
| |
321 | 327 |
| |
322 | 328 |
| |
323 |
| - | |
324 |
| - | |
325 |
| - | |
326 |
| - | |
327 |
| - | |
328 |
| - | |
329 |
| - | |
330 |
| - | |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
335 |
| - | |
336 |
| - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
337 | 345 |
| |
| 346 | + | |
338 | 347 |
| |
339 | 348 |
| |
340 | 349 |
| |
|
0 commit comments
Comments
(0)