Changeset 52f8f1dcad13e5b47921de61b5416aa7b06c653f

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

    ra49795c r52f8f1d  
    35953595      VLC_ADD_LDFLAGS([glx],[${X_LIBS} ${X_PRE_LIBS} -lX11 -lXext -lGL -lGLU]) 
    35963596      VLC_ADD_CPPFLAGS([glx],[${X_CFLAGS}]) 
    3597    ]
     3597   ],[AC_MSG_ERROR([Please install GL development package. Alternatively you can also configure with --disable-glx.])]
    35983598  CPPFLAGS="${CPPFLAGS_save}" 
    35993599fi