aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--m4/qt.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/qt.m4 b/m4/qt.m4
index 1acae81c..7a81bff6 100644
--- a/m4/qt.m4
+++ b/m4/qt.m4
@@ -60,8 +60,8 @@ AC_DEFUN([FIND_QT],
dnl for host.
OLDCPPFLAGS=$CPPFLAGS
CPPFLAGS=$GPGME_QT_CFLAGS
- OLDLDFLAGS=$LDFLAGS
- LDFLAGS=$GPGME_QT_LIBS
+ OLDLIBS=$LIBS
+ LIBS=$GPGME_QT_LIBS
AC_LANG_PUSH(C++)
AC_MSG_CHECKING([whether a simple qt program can be built])
AC_LINK_IFELSE([AC_LANG_SOURCE([
@@ -73,6 +73,6 @@ AC_DEFUN([FIND_QT],
AC_MSG_RESULT([$have_qt5_libs])
AC_LANG_POP()
CPPFLAGS=$OLDCPPFLAGS
- LDFLAGS=$OLDLDFLAGS
+ LIBS=$OLDLIBS
fi
])