|
Lines 1267-1273
Link Here
|
| 1267 |
AM_CONDITIONAL([LNXACPI], [test "x$linux_acpi" = xyes]) |
1267 |
AM_CONDITIONAL([LNXACPI], [test "x$linux_acpi" = xyes]) |
| 1268 |
AM_CONDITIONAL([SOLARIS_USL_CONSOLE], [test "x$solaris_usl_console" = xyes]) |
1268 |
AM_CONDITIONAL([SOLARIS_USL_CONSOLE], [test "x$solaris_usl_console" = xyes]) |
| 1269 |
AM_CONDITIONAL([SOLARIS_ASM_INLINE], [test "x$solaris_asm_inline" = xyes]) |
1269 |
AM_CONDITIONAL([SOLARIS_ASM_INLINE], [test "x$solaris_asm_inline" = xyes]) |
| 1270 |
AM_CONDITIONAL(MFB, [test "x$XORG" = xyes]) |
1270 |
AM_CONDITIONAL(MFB, [test "x$XORG" = xyes || test "x$XPRINT" = xyes]) |
| 1271 |
AM_CONDITIONAL(CFB, [test "x$XORG" = xyes]) |
1271 |
AM_CONDITIONAL(CFB, [test "x$XORG" = xyes]) |
| 1272 |
AM_CONDITIONAL(AFB, [test "x$XORG" = xyes]) |
1272 |
AM_CONDITIONAL(AFB, [test "x$XORG" = xyes]) |
| 1273 |
|
1273 |
|