Changeset 64:045ca45f9610
- Timestamp:
- 02/07/10 11:33:23 (2 years ago)
- Author:
- Thibaut GIRKA <thib@…>
- Branch:
- default
- Message:
-
Remove --displaysize, as it was not used.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r49
|
r64
|
|
| 134 | 134 | dnl Check option ... Zaurus or embed machines |
| 135 | 135 | USE_X11=1 |
| 136 | | DISPSIZE="no" |
| 137 | 136 | |
| 138 | 137 | AC_ARG_ENABLE(nwatowav, |
| … |
… |
|
| 152 | 151 | if test X$enable_zaurus = X"yes"; then |
| 153 | 152 | USE_X11=0 |
| 154 | | DISPSIZE="320x240" |
| 155 | 153 | fi |
| 156 | 154 | |
| … |
… |
|
| 162 | 160 | AC_PATH_X |
| 163 | 161 | AC_PATH_XTRA |
| 164 | | X_LIBS="$X_LIBS -lX11 -lXext -L/usr/X11R6/lib" |
| | 162 | X_LIBS="$X_LIBS -lX11 -lXext" |
| 165 | 163 | LIBS="$LIBS $X_LIBS" |
| 166 | 164 | fi |
| 167 | 165 | |
| 168 | | AC_ARG_ENABLE(displaysize, |
| 169 | | AS_HELP_STRING([--enable-displaysize=SIZE], |
| 170 | | [Change default display size, for example --enable-displaysize=320x240]), |
| 171 | | displaysize=$enableval) |
| 172 | | if test X$displaysize != X; then |
| 173 | | DISPSIZE=$displaysize |
| 174 | | fi |
| 175 | | |
| 176 | 166 | AC_DEFINE_UNQUOTED(USE_X11,$USE_X11, [X11 library is used]) |
| 177 | | AC_DEFINE_UNQUOTED(DISPSIZE, "$DISPSIZE", [default display size]) |
| 178 | 167 | |
| 179 | 168 | AC_OUTPUT(Makefile system/Makefile font/Makefile window/Makefile music2/Makefile scn2k/Makefile) |