Changeset a0ffcd868718ca8a354da272e6ec0934c960a718

Show
Ignore:
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
  • configure.ac

    r8b61d4e ra0ffcd8  
    34993499    CPPFLAGS="${CPPFLAGS_save}" 
    35003500    AC_LANG_POP(C++) 
     3501  fi 
     3502fi 
     3503 
     3504dnl 
     3505dnl Simple test for skins2 dependency 
     3506dnl 
     3507if test "${enable_skins2}" != "no" 
     3508then 
     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.]) 
    35013512  fi 
    35023513fi