~cspiel/enblend/staging

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Dr. Christoph L. Spiel
  • Date: 2009-07-23 07:52:16 UTC
  • Revision ID: cspiel@freenet.de-20090723075216-fvmy2rtnhw6ckt5y
Make "configure" pass on the information found about GLEW again.
This was broken in rev304.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    CFLAGS="${GL_CFLAGS} $CFLAGS"
83
83
fi
84
84
AC_CHECK_LIB(GLEW, glewInit,
85
 
             [no_glew=no],
86
 
             [no_glew=yes
87
 
              can_use_gpu=no
 
85
             [],
 
86
             [can_use_gpu=no
88
87
              missing_for_gpu="$missing_for_gpu GLEW"
89
88
              AC_MSG_WARN([[GLEW not found, disabling GPU mode]])],
90
89
             [])