Changeset 52f8f1dcad13e5b47921de61b5416aa7b06c653f
- Timestamp:
- 11/12/06 20:47:32
(2 years ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1163360852 +0000
- git-parent:
[fd1a965309497d080aa51c5c1ffcd68fce9c1866]
- git-author:
- Rafaël Carré <funman@videolan.org> 1163360852 +0000
- Message:
Makes configure fail on missing GL headers
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra49795c |
r52f8f1d |
|
| 3595 | 3595 | VLC_ADD_LDFLAGS([glx],[${X_LIBS} ${X_PRE_LIBS} -lX11 -lXext -lGL -lGLU]) |
|---|
| 3596 | 3596 | VLC_ADD_CPPFLAGS([glx],[${X_CFLAGS}]) |
|---|
| 3597 | | ]) |
|---|
| | 3597 | ],[AC_MSG_ERROR([Please install GL development package. Alternatively you can also configure with --disable-glx.])]) |
|---|
| 3598 | 3598 | CPPFLAGS="${CPPFLAGS_save}" |
|---|
| 3599 | 3599 | fi |
|---|