libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 76e52a108f4c6837c2cfcf8a7cc982ddcfd1f1a2
parent 6c2587a3b1168546cb6cdbe41dad61149a3961ef
Author: Nils Durner <durner@gnunet.org>
Date:   Fri, 15 Feb 2008 19:56:05 +0000

fix build on systems that lack a c++ compiler

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -284,14 +284,14 @@ fi # check for all C++ dependencies... xpdf=0 exiv2=0 +qt=0 +qt4=0 if test "x$HAVE_CXX" = "xyes" then # check for Qt 4 AC_LANG_PUSH([C++]) -qt=0 -qt4=0 AC_MSG_CHECKING(for Qt) AC_ARG_WITH(qt, [ --with-qt=PFX Base of Qt installation],