Author: manolo
Date: 2010-11-18 06:41:42 -0800 (Thu, 18 Nov 2010)
New Revision: 7871
Log:
added possible Mac OS X --with-archflags values in help text.

Modified:
   branches/branch-1.3/configure.in

Modified: branches/branch-1.3/configure.in
===================================================================
--- branches/branch-1.3/configure.in    2010-11-18 13:23:52 UTC (rev 7870)
+++ branches/branch-1.3/configure.in    2010-11-18 14:41:42 UTC (rev 7871)
@@ -358,7 +358,8 @@
 AC_ARG_WITH(optim, [  --with-optim="flags"    use custom optimization flags])
 
 AC_ARG_WITH(archflags, [  --with-archflags="flags"
-                          use custom architecture flags],
+                          use custom architecture flags 
+                         (possible Mac OS X values include -arch i386, -arch 
x86_64, -arch ppc)],
     ARCHFLAGS="$withval")
 case $uname in
     Darwin*)

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to