Fix TQGl detection

pull/1/head
Timothy Pearson 13 years ago
parent 1277665f30
commit d563d86871

@ -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