changeset 25476:0e510279e3b9

* configure.ac: Don't use QT_LDFLAGS to decide whether to link with all deps.
author John W. Eaton <jwe@octave.org>
date Thu, 14 Jun 2018 14:34:34 -0400
parents 245de4f12ca3
children 12bbea4dc840
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Jun 14 14:34:09 2018 -0400
+++ b/configure.ac	Thu Jun 14 14:34:34 2018 -0400
@@ -3120,7 +3120,7 @@
   ;;
 esac
 
-if test $link_all_deps = yes || test -n "$QT_LDFLAGS"; then
+if test $link_all_deps = yes; then
   MKOCTFILE_OCTAVE_LINK_DEPS="$LIBOCTINTERP_LINK_DEPS $MKOCTFILE_LIBOCTAVE_LINK_DEPS"
   MKOCTFILE_OCT_LINK_DEPS="$OCT_LINK_DEPS $MKOCTFILE_LIBOCTINTERP_LINK_DEPS"