- Notifications
You must be signed in to change notification settings - Fork5
Commit579b72c
committed
Run AC_PROG_GCC_TRADITIONAL only when running AC_PROG_CC,
ie, not when user specifies --with-CC. This corrects a scripting errorthat I'm surprised hasn't been reported more often. Moving the macro callto the earlier point in the script is correct anyway: if -traditional is needed,it should get added to CFLAGS before we start using the compiler forother tests.1 parent9e38dcf commit579b72c
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
339 | 342 | | |
340 | 343 | | |
341 | 344 | | |
| |||
346 | 349 | | |
347 | 350 | | |
348 | 351 | | |
349 | | - | |
350 | 352 | | |
351 | 353 | | |
352 | 354 | | |
353 | | - | |
354 | 355 | | |
355 | 356 | | |
356 | 357 | | |
| |||
668 | 669 | | |
669 | 670 | | |
670 | 671 | | |
671 | | - | |
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| |||
0 commit comments
Comments
(0)