[poppler] poppler: configure.ac,1.56,1.57

Albert Astals Cid aacid at kemper.freedesktop.org
Sat Jul 29 09:24:55 PDT 2006


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

Modified Files:
	configure.ac 
Log Message:
push back thing i did not want to commit, sorry


Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- configure.ac	29 Jul 2006 16:22:52 -0000	1.56
+++ configure.ac	29 Jul 2006 16:24:53 -0000	1.57
@@ -300,8 +300,8 @@
   enable_compile_warnings=no
 fi
 case "$enable_compile_warnings" in
-  no)	CXXFLAGS="-Wl,--no-undefined $CXXFLAGS" ;;
-  yes)	CXXFLAGS="-Wall -Wno-unused  -Wl,--no-undefined $CXXFLAGS" ;;
+  no)	;;
+  yes)	CXXFLAGS="-Wall -Wno-unused $CXXFLAGS" ;;
   kde)	CXXFLAGS="-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi \
 		-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align \
 		-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith \



More information about the poppler mailing list