diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-23 17:53:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:53:25 +0900 |
| commit | de988008256010430e749be675684288d63a9006 (patch) | |
| tree | c59c6e0a1850ed7c1c66b8ecd2b4322a4bbe01bf | |
| parent | dbc953c5a76adc77d2a58f666dd692ae5b792025 (diff) | |
| download | koffice-de988008.tar.gz koffice-de988008.zip | |
Use tqt-mt instead of tqt library
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | chalk/configure.in.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chalk/configure.in.in b/chalk/configure.in.in index 78702ad13..941b0747f 100644 --- a/chalk/configure.in.in +++ b/chalk/configure.in.in @@ -48,7 +48,7 @@ else fi -ac_link='$LIBTOOL_SHELL --mode=link --tag=LD ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries -ltqt conftest.$ac_ext -llcms 1>&5' +ac_link='$LIBTOOL_SHELL --mode=link --tag=LD ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext -llcms 1>&5' if AC_TRY_EVAL(ac_link) && test -s conftest; then AC_MSG_RESULT(yes) @@ -68,8 +68,6 @@ AC_SUBST(LCMS_LIBS) AC_MSG_CHECKING(if GetMagickInfoList has only 2 arguments) CPPFLAGS_TMP="$CPPFLAGS" # Save preprocessor flags CPPFLAGS="$LIBMAGICK_CPPFLAGS" -LDFLAGS_TMP="$LDFLAGS" -LDFLAGS="$LDFLAGS -ltqt" AC_TRY_COMPILE( [#include <stdio.h> @@ -82,7 +80,6 @@ AC_TRY_COMPILE( magick_info_list='no') CPPFLAGS="$CPPFLAGS_TMP" # Restore preprocessor flags -LDFLAGS="$LDFLAGS_TMP" if test "$magick_info_list" = 'yes'; then AC_MSG_RESULT(yes) |
