m4: Don't set fpic for qt on windows
* m4/qt.m4 (FIND_QT): Do not set fpic for windows. -- Otherwise each compile call will result in a warning that fpic is ignored for windows.
This commit is contained in:
parent
744978cce8
commit
938f7e9c8b
2
m4/qt.m4
2
m4/qt.m4
@ -23,9 +23,11 @@ AC_DEFUN([FIND_QT],
|
|||||||
[have_qt5test_libs="yes"],
|
[have_qt5test_libs="yes"],
|
||||||
[have_qt5test_libs="no"])
|
[have_qt5test_libs="no"])
|
||||||
|
|
||||||
|
if ! test "$have_w32_system" = yes; then
|
||||||
if "$PKG_CONFIG" --variable qt_config Qt5Core | grep -q "reduce_relocations"; then
|
if "$PKG_CONFIG" --variable qt_config Qt5Core | grep -q "reduce_relocations"; then
|
||||||
GPGME_QT_CFLAGS="$GPGME_QT_CFLAGS -fpic"
|
GPGME_QT_CFLAGS="$GPGME_QT_CFLAGS -fpic"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
if test "$have_qt5_libs" = "yes"; then
|
if test "$have_qt5_libs" = "yes"; then
|
||||||
AC_CHECK_TOOL(MOC, moc)
|
AC_CHECK_TOOL(MOC, moc)
|
||||||
AC_MSG_CHECKING([moc version])
|
AC_MSG_CHECKING([moc version])
|
||||||
|
Loading…
Reference in New Issue
Block a user