Changeset a0ffcd868718ca8a354da272e6ec0934c960a718
- Timestamp:
- 11/12/04 15:29:01
(4 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1100269741 +0000
- git-parent:
[84d44cbdc41b4695784bcdd68bbc855fc79f075c]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1100269741 +0000
- Message:
Make sure the wxWindows development headers and libraries are present when skins2 module is enabled. Without wxWindows the skins2 interface is not very usable.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8b61d4e |
ra0ffcd8 |
|
| 3499 | 3499 | CPPFLAGS="${CPPFLAGS_save}" |
|---|
| 3500 | 3500 | AC_LANG_POP(C++) |
|---|
| | 3501 | fi |
|---|
| | 3502 | fi |
|---|
| | 3503 | |
|---|
| | 3504 | dnl |
|---|
| | 3505 | dnl Simple test for skins2 dependency |
|---|
| | 3506 | dnl |
|---|
| | 3507 | if test "${enable_skins2}" != "no" |
|---|
| | 3508 | then |
|---|
| | 3509 | if test "${WX_CONFIG}" = "no" |
|---|
| | 3510 | then |
|---|
| | 3511 | AC_MSG_ERROR([The skins2 module depends on the wxWindows development package. Without it you won't be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the wxWindows development package or alternatively you can also configure with: --disable-wxwindows --disable-skins2.]) |
|---|
| 3501 | 3512 | fi |
|---|
| 3502 | 3513 | fi |
|---|