[poppler] poppler: ChangeLog,1.46,1.47 configure.ac,1.13,1.14
Jonathan Blandford
jrb at freedesktop.org
Thu Apr 7 09:26:18 PDT 2005
Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv31097
Modified Files:
ChangeLog configure.ac
Log Message:
Thu Apr 7 12:25:39 2005 Jonathan Blandford <jrb at redhat.com>
* configure.ac: check for qt, not glib, when enabling the qt
subdir
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- ChangeLog 6 Apr 2005 20:49:19 -0000 1.46
+++ ChangeLog 7 Apr 2005 16:26:15 -0000 1.47
@@ -1,3 +1,8 @@
+Thu Apr 7 12:25:39 2005 Jonathan Blandford <jrb at redhat.com>
+
+ * configure.ac: check for qt, not glib, when enabling the qt
+ subdir
+
2005-04-06 Jeff Muizelaar <jrmuizel at nit.ca>
* .cvsignore, glib/.cvsignore, qt/.cvsignore:
Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- configure.ac 6 Apr 2005 14:39:40 -0000 1.13
+++ configure.ac 7 Apr 2005 16:26:15 -0000 1.14
@@ -234,7 +234,7 @@
enable_poppler_qt="no"
fi
fi
-AM_CONDITIONAL(BUILD_POPPLER_QT, test x$enable_poppler_glib = xyes)
+AM_CONDITIONAL(BUILD_POPPLER_QT, test x$enable_poppler_qt = xyes)
dnl Qt flags
AC_SUBST(POPPLER_QT_CXXFLAGS)
More information about the poppler
mailing list