qt_includes => tqt_includes conversion

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/3/head
Slávek Banko 6 years ago
parent a00a2f6c7f
commit f20f4f9cf7
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -118,7 +118,7 @@ AC_ARG_ENABLE(force-kpdf-drm,
)
kde_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS $qt_includes"
CXXFLAGS="$CXXFLAGS $tqt_includes"
KDE_CHECK_COMPILER_FLAG([fno-regmove], SUPPORTS_NOREGMOVE=true, SUPPORTS_NOREGMOVE=false)
if test "x$SUPPORTS_NOREGMOVE" = xtrue; then
NOREGMOVE="-fno-regmove"

@ -379,7 +379,7 @@ if test x$acx_cothread != xno ; then
AC_MSG_CHECKING([whether libgcc contains the cothread patch])
AC_LANG_PUSH([C++])
kde_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS $qt_includes"
CXXFLAGS="$CXXFLAGS $tqt_includes"
AC_TRY_LINK([extern "C" { void *(*__get_eh_context_ptr)();
void *__new_eh_context(void); }],
[ __get_eh_context_ptr = &__new_eh_context;],

Loading…
Cancel
Save