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>
This commit is contained in:

committed by
Reinhard Tartler

parent
cd63c32ff6
commit
004194f465
@@ -1024,7 +1024,7 @@ diffutils
|
|||||||
Then run
|
Then run
|
||||||
|
|
||||||
@example
|
@example
|
||||||
./configure --enable-static --disable-shared
|
./configure
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
to make a static build.
|
to make a static build.
|
||||||
@@ -1071,7 +1071,7 @@ and add some special flags to your configure invocation.
|
|||||||
|
|
||||||
For a static build run
|
For a static build run
|
||||||
@example
|
@example
|
||||||
./configure --target-os=mingw32 --enable-memalign-hack --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
|
@end example
|
||||||
|
|
||||||
and for a build with shared libraries
|
and for a build with shared libraries
|
||||||
|
Reference in New Issue
Block a user