diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-03 18:02:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-03 18:02:09 +0200 |
commit | 198ecf92fbca04cc5a03c94de6aa8a72744a39d6 (patch) | |
tree | bdd39ab48844a68e4f8d5d6d0a1a9b01f85f3a72 /m4 | |
parent | 50106d982ae360038f8be04f9f78198f6caeaa65 (diff) |
It is only necessary in LDFLAGS and adding it to CPPFLAGS causes warnings.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/libqt.m4 | 4 |
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 |