aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/libqt.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/libqt.m4 b/m4/libqt.m4
index bb7ffa5..a094643 100644
--- a/m4/libqt.m4
+++ b/m4/libqt.m4
@@ -67,10 +67,7 @@ fi
#
if test x"$libqt_found" = xno; then
- save_CPPFLAGS="$CPPFLAGS"
save_LIBS="$LIBS"
-
- CPPFLAGS="$CPPFLAGS -framework QtCore"
LIBS="-framework QtCore $LIBS"
CXX_LIBTOOL_LINK_IFELSE(
@@ -91,7 +88,6 @@ libqt_found=yes
])
if test x"$libqt_found" = xno; then
- CPPFLAGS="$save_CPPFLAGS"
LIBS="$save_LIBS"
fi
fi