[poppler] poppler: configure.ac,1.70,1.70.2.1

Albert Astals Cid aacid at kemper.freedesktop.org
Sat Mar 31 16:46:33 PDT 2007


Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv23633

Modified Files:
      Tag: xpdf302merge
	configure.ac 
Log Message:
merged goo dir from xpdf3.02, that was easy :D


Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.70
retrieving revision 1.70.2.1
diff -u -d -r1.70 -r1.70.2.1
--- configure.ac	7 Mar 2007 19:15:32 -0000	1.70
+++ configure.ac	31 Mar 2007 23:46:31 -0000	1.70.2.1
@@ -40,6 +40,10 @@
 AC_PATH_XTRA
 AC_HEADER_DIRENT
 
+AC_ARG_ENABLE(exceptions,
+	      [  --enable-exceptions     use C++ exceptions],
+	      AC_DEFINE([USE_EXCEPTIONS], [], [Throw exceptions to deal with not enough memory and similar problems]))
+
 dnl ##### Switch over to C++.  This will make the checks below a little
 dnl ##### bit stricter (requiring function prototypes in include files).
 dnl ##### (99% of xpdf is written in C++.)



More information about the poppler mailing list