Browse Source

docs: Remove needless configure options

Specifying --enable-static --disable-shared isn't necessary, these
are the defaults.

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.9
Martin Storsjö 14 years ago
parent
commit
6e4ca0749c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/general.texi

+ 2
- 2
doc/general.texi View File

@@ -1024,7 +1024,7 @@ diffutils
Then run

@example
./configure --enable-static --disable-shared
./configure
@end example

to make a static build.
@@ -1071,7 +1071,7 @@ and add some special flags to your configure invocation.

For a static build run
@example
./configure --target-os=mingw32 --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
./configure --target-os=mingw32 --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
@end example

and for a build with shared libraries


Loading…
Cancel
Save