configure.ac: Fix earlier checkin.
2007-06-14 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Fix earlier checkin. * configure: Regenerated. From-SVN: r125711
This commit is contained in:
parent
4c46daeea9
commit
04c3028a09
@ -1,6 +1,6 @@
|
|||||||
2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
|
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* configure.ac: Fix a typo in --enable-checking=.
|
* configure.ac: Fix earlier checkin.
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
|
||||||
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
|
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -6421,7 +6421,7 @@ else
|
|||||||
fi
|
fi
|
||||||
fi;
|
fi;
|
||||||
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
|
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
|
||||||
for check in $ac_checking_flags
|
for check in release $ac_checking_flags
|
||||||
do
|
do
|
||||||
case $check in
|
case $check in
|
||||||
# these set all the flags to specific states
|
# these set all the flags to specific states
|
||||||
|
@ -358,7 +358,7 @@ else
|
|||||||
ac_checking_flags=release
|
ac_checking_flags=release
|
||||||
fi])
|
fi])
|
||||||
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
|
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
|
||||||
for check in $ac_checking_flags
|
for check in release $ac_checking_flags
|
||||||
do
|
do
|
||||||
case $check in
|
case $check in
|
||||||
# these set all the flags to specific states
|
# these set all the flags to specific states
|
||||||
|
Loading…
Reference in New Issue
Block a user