mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
Updated
This commit is contained in:
parent
2c36126d13
commit
c153090d62
2 changed files with 1 additions and 3 deletions
1
aclocal.m4
vendored
1
aclocal.m4
vendored
|
@ -622,7 +622,6 @@ dnl
|
||||||
dnl Set the appropriate flags!
|
dnl Set the appropriate flags!
|
||||||
dnl
|
dnl
|
||||||
cy_cv_threads_cflags="$CPPFLAGS $cy_cv_threads_cflags"
|
cy_cv_threads_cflags="$CPPFLAGS $cy_cv_threads_cflags"
|
||||||
cy_cv_threads_libs="$LDFLAGS $LIBS $cy_cv_threads_libs"
|
|
||||||
cy_cv_threads_package=$threads_package
|
cy_cv_threads_package=$threads_package
|
||||||
CPPFLAGS="$saved_CPP"
|
CPPFLAGS="$saved_CPP"
|
||||||
LDFLAGS="$saved_LD"
|
LDFLAGS="$saved_LD"
|
||||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -4265,7 +4265,6 @@ fi
|
||||||
rm -f conftest*
|
rm -f conftest*
|
||||||
fi
|
fi
|
||||||
cy_cv_threads_cflags="$CPPFLAGS $cy_cv_threads_cflags"
|
cy_cv_threads_cflags="$CPPFLAGS $cy_cv_threads_cflags"
|
||||||
cy_cv_threads_libs="$LDFLAGS $LIBS $cy_cv_threads_libs"
|
|
||||||
cy_cv_threads_package=$threads_package
|
cy_cv_threads_package=$threads_package
|
||||||
CPPFLAGS="$saved_CPP"
|
CPPFLAGS="$saved_CPP"
|
||||||
LDFLAGS="$saved_LD"
|
LDFLAGS="$saved_LD"
|
||||||
|
@ -4351,7 +4350,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:4355: checking for $ac_word" >&5
|
echo "configure:4354: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue