stx_libview2.st
changeset 3059 49f3f95a46e7
parent 3058 12d244adca63
child 3071 aef6691fab99
--- a/stx_libview2.st	Wed Jan 23 21:53:42 2013 +0100
+++ b/stx_libview2.st	Thu Jan 24 16:33:17 2013 +0100
@@ -191,7 +191,7 @@
 	@-echo
 	@-echo "configure libjpeg support library ..."
 	@-echo
-	cd $(LIBJPEG_DIR) && ./configure
+	cd $(LIBJPEG_DIR) && ./configure CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)"
 '
 
     "Created: / 22-08-2006 / 23:58:51 / cg"
@@ -374,9 +374,9 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.56 2013-01-23 20:53:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.57 2013-01-24 15:33:17 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.56 2013-01-23 20:53:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.57 2013-01-24 15:33:17 vrany Exp $'
 ! !