mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
16 lines
313 B
Diff
16 lines
313 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -3939,13 +3939,6 @@
|
|
|
|
|
|
if test "$GCC" = "yes"; then
|
|
-
|
|
- # Check whether --enable-static was given.
|
|
-if test "${enable_static+set}" = set; then
|
|
- enableval=$enable_static; LDFLAGS="--static ${LDFLAGS}"
|
|
-fi
|
|
-
|
|
-
|
|
if test "$IN_CFLAGS" = ""; then
|
|
CFLAGS="-Wall -O2"
|
|
fi
|