projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7373064
)
Fix typo in applying last patch to configure.in and regenerate configure.
author
Andreas Jaeger
<aj@gcc.gnu.org>
Thu, 21 Sep 2000 05:37:11 +0000
(07:37 +0200)
committer
Andreas Jaeger
<aj@gcc.gnu.org>
Thu, 21 Sep 2000 05:37:11 +0000
(07:37 +0200)
From-SVN: r36559
gcc/configure
patch
|
blob
|
history
gcc/configure.in
patch
|
blob
|
history
diff --git
a/gcc/configure
b/gcc/configure
index 327ecbb19da6b3b5d56160774e2010fdf94a36f5..c9bc52e82750c4074a19cf37b2cb08917ec7f633 100755
(executable)
--- a/
gcc/configure
+++ b/
gcc/configure
@@
-1516,7
+1516,7
@@
rm -f conftest*
fi
echo "$ac_t""$gcc_cv_glibc" 1>&6
-if test $gcc_cv_glibc
"
= yes; then
+if test $gcc_cv_glibc = yes; then
cat >> confdefs.h <<\EOF
#define _GNU_SOURCE 1
EOF
diff --git
a/gcc/configure.in
b/gcc/configure.in
index a19870fe2ccf335abd5041147fbb0a8000b2d094..2642e24139705e278039433098ecc8feb18497c4 100644
(file)
--- a/
gcc/configure.in
+++ b/
gcc/configure.in
@@
-405,7
+405,7
@@
AC_CACHE_VAL(gcc_cv_glibc,
[gcc_cv_glibc=yes],
gcc_cv_glibc=no)])
AC_MSG_RESULT($gcc_cv_glibc)
-if test $gcc_cv_glibc
"
= yes; then
+if test $gcc_cv_glibc = yes; then
AC_DEFINE(_GNU_SOURCE, 1, [Always define this when using the GNU C Library])
fi