mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
commit bash-20110415 snapshot
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in for Bash 4.2, version 4.038.
|
||||
# From configure.in for Bash 4.2, version 4.039.
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.63 for bash 4.2-maint.
|
||||
#
|
||||
@@ -5033,6 +5033,9 @@ if test "$opt_profiling" = "yes"; then
|
||||
fi
|
||||
|
||||
if test "$opt_static_link" = yes; then
|
||||
enable_static=yes
|
||||
enable_shared=no
|
||||
enable_rpath=no
|
||||
# if we're using gcc, add `-static' to LDFLAGS, except on Solaris >= 2
|
||||
if test -n "$GCC" || test "$ac_cv_c_compiler_gnu" = "yes"; then
|
||||
STATIC_LD="-static"
|
||||
|
||||
Reference in New Issue
Block a user