From 037519a9b8aec127e25d35ad7ed23064bbd6a770 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 18 Nov 2010 14:41:42 +0000 Subject: added possible Mac OS X --with-archflags values in help text. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7871 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index fbd7704d9..5ffc32cc8 100644 --- a/configure.in +++ b/configure.in @@ -358,7 +358,8 @@ AC_ARG_ENABLE(threads, [ --enable-threads enable multi-threading support 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*) -- cgit v1.2.3