diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 7886e643..7a9c2cc7 100644 --- a/config.h.in +++ b/config.h.in @@ -121,9 +121,6 @@ /* Define if your system needs _NSGetEnviron to set up the environment */ #undef HAVE_NSGETENVIRON -/* have Qt with OpenGL support */ -#undef HAVE_QGLWIDGET - /* Define if you have res_init */ #undef HAVE_RES_INIT @@ -181,6 +178,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* have TQt with OpenGL support */ +#undef HAVE_TQGLWIDGET + /* have TunePimp */ #undef HAVE_TUNEPIMP |