Fix TQGl detection

(cherry picked from commit d563d86871)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent cff86f7ccf
commit 8748219faa

@ -14,7 +14,7 @@ AC_CACHE_VAL(ac_cv_kde_qt_has_opengl,
LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
AC_TRY_LINK([
#include <qgl.h>
#include <tqgl.h>
],
[
(void)new TQGLWidget((TQWidget*)0, "qgl");

Loading…
Cancel
Save