OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | Index: gnuplot-4.4.2/src/term.c |
| 2 | =================================================================== |
| 3 | --- gnuplot-4.4.2.orig/src/term.c 2011-01-09 12:56:22.000000000 +0100 |
| 4 | +++ gnuplot-4.4.2/src/term.c 2011-01-09 12:56:30.000000000 +0100 |
| 5 | @@ -1797,7 +1797,7 @@ |
| 6 | LINUX_setup has failed, also if we are logged in by network */ |
| 7 | #ifdef LINUXVGA |
| 8 | if (LINUX_graphics_allowed) |
| 9 | -#ifdef VGAGL |
| 10 | +#if defined(VGAGL) && defined (THREEDKIT) |
| 11 | term_name = "vgagl"; |
| 12 | #else |
| 13 | term_name = "linux"; |
| 14 |
