commit 1770d987ec7bef1e3585e3bb13b4fb5721b316fb parent 28f2d2dc169a07a7dc4dbfa0b33978e2bdcbd910 Author: Heikki Lindholm <holin@iki.fi> Date: Mon, 10 Jan 2011 19:19:49 +0000 Rest of the checks got unintentional C++ treatment. Fix. Diffstat:
| M | configure.ac | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac @@ -441,6 +441,7 @@ QT_CPPFLAGS=$CPPFLAGS QT_LDFLAGS=$LDFLAGS LDFLAGS=$SAVED_LDFLAGS CPPFLAGS=$SAVED_CPPFLAGS +AC_LANG_POP([C++]) # end C++ checks fi