commit 634b062b50045cf2715d981c35a34cea86fc76c6
parent 6e4dae4aa4921fa9941d81a03cf2d58ad963677e
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 5 Apr 2006 16:51:52 +0000
fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/pdf/Makefile.am b/src/plugins/pdf/Makefile.am
@@ -46,5 +46,5 @@ libextractor_pdf_la_SOURCES = \
# gcc 3.3 produces BROKEN code for -O1 and -O2 (PDF extraction
# would fail silently) hence we MUST override the user flag here
# which may contain -O1 or -O2!
-CXXFLAGS = `echo "$(CFLAGS) -O0" | sed -e "s/-O?//"`
+CXXFLAGS = "`echo "$(CXXFLAGS)" | sed -e "s/-O?//g"` -O0"