comparison configure @ 54897:1d63c711a643

Rebuild.
author Andreas Schwab <schwab@suse.de>
date Thu, 15 Apr 2004 08:38:21 +0000
parents 51a648ff0fe0
children a3e9f5b44041
comparison
equal deleted inserted replaced
54896:78763a9d3ac1 54897:1d63c711a643
4190 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x 4190 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
4191 then 4191 then
4192 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" 4192 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
4193 fi 4193 fi
4194 4194
4195
4196 late_LDFLAGS=$LDFLAGS
4197 if test $GCC = yes; then
4198 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
4199 else
4200 LDFLAGS="$LDFLAGS -znocombreloc"
4201 fi
4202
4203 echo "$as_me:$LINENO: checking For -znocombreloc" >&5
4204 echo $ECHO_N "checking For -znocombreloc... $ECHO_C" >&6
4205
4206 cat >conftest.$ac_ext <<_ACEOF
4207 main(){return 0;}
4208 _ACEOF
4209 rm -f conftest.$ac_objext conftest$ac_exeext
4210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4211 (eval $ac_link) 2>conftest.er1
4212 ac_status=$?
4213 grep -v '^ *+' conftest.er1 >conftest.err
4214 rm -f conftest.er1
4215 cat conftest.err >&5
4216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4217 (exit $ac_status); } &&
4218 { ac_try='test -z "$ac_c_werror_flag"
4219 || test ! -s conftest.err'
4220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4221 (eval $ac_try) 2>&5
4222 ac_status=$?
4223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4224 (exit $ac_status); }; } &&
4225 { ac_try='test -s conftest$ac_exeext'
4226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4227 (eval $ac_try) 2>&5
4228 ac_status=$?
4229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4230 (exit $ac_status); }; }; then
4231 echo "$as_me:$LINENO: result: yes" >&5
4232 echo "${ECHO_T}yes" >&6
4233 else
4234 echo "$as_me: failed program was:" >&5
4235 sed 's/^/| /' conftest.$ac_ext >&5
4236
4237 LDFLAGS=$late_LDFLAGS
4238 echo "$as_me:$LINENO: result: no" >&5
4239 echo "${ECHO_T}no" >&6
4240 fi
4241 rm -f conftest.err conftest.$ac_objext \
4242 conftest$ac_exeext conftest.$ac_ext
4195 4243
4196 4244
4197 echo "$as_me:$LINENO: checking for egrep" >&5 4245 echo "$as_me:$LINENO: checking for egrep" >&5
4198 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 4246 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4199 if test "${ac_cv_prog_egrep+set}" = set; then 4247 if test "${ac_cv_prog_egrep+set}" = set; then