Skip to content

Commit

Permalink
Remove workaround for -framework in macOS linker flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Oct 18, 2024
1 parent 0f730ee commit 3221ed1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions m4/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2109,12 +2109,6 @@ AC_DEFUN([OCTAVE_CHECK_QT_VERSION], [AC_MSG_CHECKING([Qt version $1])
if test -z "$QT_LIBS"; then
QT_LDFLAGS="`$PKG_CONFIG --libs-only-other $QT_MODULES | tr ' ' '\n' | $GREP -e '-F' | uniq | tr '\n' ' '`"
QT_LIBS="`$PKG_CONFIG --libs-only-other $QT_MODULES | tr ' ' '\n' | $GREP -v -e '-F' | uniq | tr '\n' ' '`"
## Enabling link_all_deps works around libtool's imperfect handling
## of the -F flag
if test -n "$QT_LDFLAGS"; then
link_all_deps=yes
fi
AM_CONDITIONAL([AMCOND_LINK_ALL_DEPS], [test $link_all_deps = yes])
fi
;;
esac
Expand Down

0 comments on commit 3221ed1

Please sign in to comment.