*** empty log message ***

This commit is contained in:
bdc 1995-11-04 05:15:07 +00:00
parent 7e41e4e5ad
commit 1265c62db8
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -558,10 +558,10 @@ int t() {
EOF EOF
if eval $ac_link; then if eval $ac_link; then
rm -rf conftest* rm -rf conftest*
scsh_cv_linux_static_debug = no scsh_cv_linux_static_debug=no
else else
rm -rf conftest* rm -rf conftest*
scsh_cv_linux_static_debug = yes scsh_cv_linux_static_debug=yes
fi fi
rm -f conftest* rm -f conftest*

View File

@ -174,8 +174,8 @@ AC_DEFUN(SCSH_LINUX_STATIC_DEBUG, [
AC_CACHE_VAL(scsh_cv_linux_static_debug,[ AC_CACHE_VAL(scsh_cv_linux_static_debug,[
AC_TRY_LINK([], AC_TRY_LINK([],
[], [],
scsh_cv_linux_static_debug = no, scsh_cv_linux_static_debug=no,
scsh_cv_linux_static_debug = yes)]) scsh_cv_linux_static_debug=yes)])
AC_MSG_RESULT($scsh_cv_linux_static_debug) AC_MSG_RESULT($scsh_cv_linux_static_debug)
if test $scsh_cv_linux_static_debug = yes; then if test $scsh_cv_linux_static_debug = yes; then
LDFLAGS="-static ${LDFLAGS}" LDFLAGS="-static ${LDFLAGS}"