mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
honor all the link flags coming from pkg-config
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19285 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f74582aca0
commit
6f042448a1
@ -174,6 +174,7 @@ AC_DEFUN([QT4_DO_PKG_CONFIG],
|
||||
AC_SUBST(QT4_VERSION)
|
||||
QT4_LIB=`$PKG_CONFIG --libs-only-l QtCore QtGui`
|
||||
AC_SUBST(QT4_LIB)
|
||||
LIBS="$LIBS `$PKG_CONFIG --libs-only-other QtCore QtGui`"
|
||||
fi
|
||||
PKG_CONFIG_PATH=$save_PKG_CONFIG_PATH
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user