diff options
| author | Manolo Gouy <Manolo> | 2010-11-18 14:41:42 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-11-18 14:41:42 +0000 |
| commit | 037519a9b8aec127e25d35ad7ed23064bbd6a770 (patch) | |
| tree | 38da0414850d5f99b44e9e7b5e8a836d2b434573 | |
| parent | e002042fd921d61f66a234319a9dcfffb570ade6 (diff) | |
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
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
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*) |
